source:
iknow-api/DTOs/UserDTO.cs@
277bd72
| Last change on this file since 277bd72 was 277bd72, checked in by , 11 months ago | |
|---|---|
|
|
| File size: 176 bytes | |
| Line | |
|---|---|
| 1 | namespace 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.
