예제 #1
0
 public Classroom(string identifier, List <IDiscipline> disciplines)
 {
     this.Identifier  = identifier;
     this.Disciplines = disciplines;
     SchoolData.AddClassroomToDatabase(this);
 }