MasterDto.cs 167 B

12345678
  1. namespace ContractService.LawFirm.Dto
  2. {
  3. public class MasterDto
  4. {
  5. public string LawyerNo { get; set; }
  6. public string No { get; set; }
  7. }
  8. }