Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. class LawyerOrganizationDto
  2.     {
  3.         public string Name { get; set; }
  4.         public string Type { get; set; }
  5.         public string HeadName { get; set; }
  6.         public string PhoneNumber { get; set; }
  7.         public string Email { get; set; }
  8.         public int FederationSubjectCode { get; set; }
  9.         public int LawyersCount { get; set; }
  10.         public bool IsArchive { get; set; }
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement