Guest User

Untitled

a guest
Jan 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. public class Registration
  2.     {
  3.         public String SignerName { get; set; }
  4.         public String ParticipantName { get; set; }
  5.         public String Sex { get; set; }
  6.         public int Age { get; set; }
  7.         public DateTime Timestamp { get; set; }
  8.     }
Add Comment
Please, Sign In to add comment