source: ChapterX.Application/Roles/Queries/GetResponse.cs@ a7550ca

main
Last change on this file since a7550ca was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added files

  • Property mode set to 100644
File size: 152 bytes
Line 
1namespace ChapterX.Application.Roles.Queries
2{
3 using RolesEnum = ChapterX.Domain.Entities.Roles;
4
5 public record GetResponse(RolesEnum? Role);
6}
Note: See TracBrowser for help on using the repository browser.