encho253

Untitled

Feb 8th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1.  public Course(string name, ICollection<IStudent> students)
  2. {
  3.     this.Name = name;
  4.     this.Students = students;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment