source:
ChapterX.Application/Auth/LoginResponse.cs@
73b69b2
| Last change on this file since 73b69b2 was acf690c, checked in by , 4 months ago | |
|---|---|
|
|
| File size: 172 bytes | |
| Line | |
|---|---|
| 1 | namespace ChapterX.Application.Auth |
| 2 | { |
| 3 | public record LoginResponse(string Token, int UserId, string Username, string Email, string Name, string Surname, string Role); |
| 4 | } |
Note:
See TracBrowser
for help on using the repository browser.
