Example #1
0
 public IDataResult <Image> GetById(int id)
 {
     return(new SuccessDataResult <Image>(_imageDal.GetById(p => p.Id == id)));
 }