Пример #1
0
 public void UpdateSeminar(Seminar laboratory)
 {
     _seminarRepository.Update(laboratory);
 }