Cleanup folder structure again
This commit is contained in:
7
src/Imprink.Application/Dtos/RoleDto.cs
Normal file
7
src/Imprink.Application/Dtos/RoleDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Imprink.Application.Dtos;
|
||||
|
||||
public class RoleDto
|
||||
{
|
||||
public required Guid RoleId { get; set; }
|
||||
public required string RoleName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user