Guest User

Group

a guest
Jun 9th, 2016
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. using System.Collections.Generic;
  2.  
  3. namespace StudentGroups
  4. {
  5. public class Group
  6. {
  7. public Town Town { get; set; }
  8. public List<Student> Students { get; set; }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment