예제 #1
0
 public Discipline(string name, int numberOfLectures)
 {
     this.Name             = name;
     this.NumberOfLectures = numberOfLectures;
     SchoolData.AddDisciplineToDatabase(this);
 }