Guest User

Student

a guest
Jun 9th, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. using System;
  2.  
  3. namespace StudentGroups
  4. {
  5. public class Student
  6. {
  7. public string Name { get; set; }
  8. public string Email { get; set; }
  9. public DateTime RegistrationDate { get; set; }
  10. }
  11. }
Add Comment
Please, Sign In to add comment