namespace UserManagement.Application.Dtos.Incomming { public class CreatingRoleDto { public string Name { get; set; } } }