Пример #1
0
 public IDataResult <Model> GetById(int id)
 {
     return(new SuccessDataResult <Model>(_modelDal.GetById(id)));
 }