Пример #1
0
 public Slide GetByID(int id)
 {
     return(_slideRepository.GetSingleByID(id));
 }