Example #1
0
 public Subject(GroupRating groupRating)
 {
     this.groupRating = groupRating;
     name             = this.GetType().Name;
 }