class LawyerOrganizationDto { public string Name { get; set; } public string Type { get; set; } public string HeadName { get; set; } public string PhoneNumber { get; set; } public string Email { get; set; } public string FederationSubjectCode { get; set; } public int LawyersCount { get; set; } public bool IsArchive { get; set; } }