namespace UserManagement.Application.Dtos.Incomming { public class UpdatingRoleDto { public int Id { get; set; } public string Name { get; set; } } }