Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public class ApproveRejection
  2. {
  3. //Lead_h Tables Start Here:
  4.  
  5. public virtual int PK_Id
  6. {
  7. get;
  8. set;
  9. }
  10.  
  11. [Required]
  12. public virtual string UserId
  13. {
  14. get;
  15. set;
  16. }
  17. [Required]
  18. public virtual string UnitShrtDescr
  19. {
  20. get;
  21. set;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement