source:
ChapterX.Application/Auth/LoginRequest.cs@
dc383dd
| Last change on this file since dc383dd was e294f7d, checked in by , 4 months ago | |
|---|---|
|
|
| File size: 145 bytes | |
| Rev | Line | |
|---|---|---|
| [e294f7d] | 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.
