Пример #1
0
 public Misc GetById(int id)
 {
     return(_miscRepository.GetById(id));
 }