namespace CMSMicroservice.Application.RoleCQ.Queries.GetRole; public class GetRoleResponseDto { //شناسه public long Id { get; set; } //نام لاتین public string Name { get; set; } //عنوان public string Title { get; set; } }