source:
ChapterX.Application/Notification/Commands/AddRequest.cs@
a7550ca
| Last change on this file since a7550ca was 73b69b2, checked in by , 3 months ago | |
|---|---|
|
|
| File size: 214 bytes | |
| Line | |
|---|---|
| 1 | using MediatR; |
| 2 | |
| 3 | namespace ChapterX.Application.Notification.Commands |
| 4 | { |
| 5 | public record AddRequest(string Content, int? RecipientUserId = null, string? Type = null, string? Link = null) : IRequest<AddResponse>; |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
