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