source:
ChapterX.Application/Auth/LoginRequest.cs@
e294f7d
| Last change on this file since e294f7d was e294f7d, checked in by , 4 months ago | |
|---|---|
|
|
| File size: 145 bytes | |
| Line | |
|---|---|
| 1 | using MediatR; |
| 2 | |
| 3 | namespace ChapterX.Application.Auth |
| 4 | { |
| 5 | public record LoginRequest(string Email, string Password) : IRequest<LoginResponse>; |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
