Пример #1
0
 public IList <Seminar> GetSeminars()
 {
     return(_seminarRepository.GetSeminars().ToList());
 }