8 lines
152 B
C#
8 lines
152 B
C#
namespace UserManagement.Application.Dtos.Incomming
|
|
{
|
|
public class CreatingRoleDto
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
}
|