Advertisement
Guest User

Humans

a guest
Jan 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1.     public partial class Humans
  2.     {
  3.         public int ID { get; set; }
  4.         public string Name { get; set; }
  5.         public string Surname { get; set; }
  6.         public int Age { get; set; }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement