namespace ContractService.LawFirm.Dto { public class MasterDto { public string LawyerNo { get; set; } public string No { get; set; } } }