Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.83 KB | None | 0 0
  1. public class CreateCandidatureModel
  2.     {
  3.         public string DeclarantLogin { get; set; }
  4.         public string ApproverLogin { get; set; }
  5.         public string FirmCode { get; set; }
  6.         public string Department { get; set; }
  7.         public string Position { get; set; }
  8.         public string ChiefLogin { get; set; }
  9.         public string Rationale { get; set; }
  10.         public string JobTrial { get; set; }
  11.         public string HidenVocation { get; set; }
  12.         public string Expectation { get; set; }
  13.         public string Gender { get; set; }
  14.         public string Age { get; set; }
  15.         public string Education { get; set; }
  16.         public string Experience { get; set; }
  17.         public string DriverLicence { get; set; }
  18.         public string Location { get; set; }
  19.         public string City { get; set; }
  20.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement