Пример #1
0
 public void AddClassForYear(Class inputClass, int year)
 {
     roomRepository.AddClassForYear(inputClass, year);
 }