source: iknow-api/DTOs/UserDTO.cs@ 277bd72

Last change on this file since 277bd72 was 277bd72, checked in by stefansaveski <stefansaveski19@…>, 11 months ago

Refactor all namespaces to iknow_api

  • Property mode set to 100644
File size: 176 bytes
Line 
1namespace iknow_api.DTOs
2{
3 public class UserDto
4 {
5 public string Username { get; set; } = null!;
6 public string Password { get; set; } = null!;
7 }
8}
Note: See TracBrowser for help on using the repository browser.