source: ChapterX.Application/Chapter/Commands/DeleteRequest.cs@ e882b92

main
Last change on this file since e882b92 was b373fea, checked in by kikisrbinoska <srbinoskakristina07@…>, 3 months ago

Fixes for authentication and auhtorization\

  • Property mode set to 100644
File size: 150 bytes
Line 
1using MediatR;
2
3namespace ChapterX.Application.Chapter.Commands
4{
5 public record DeleteRequest(int Id, int CallerId) : IRequest<DeleteResponse>;
6}
Note: See TracBrowser for help on using the repository browser.