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