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