Exemplo n.º 1
0
 public IDataResult <City> GetCityById(int cityId)
 {
     return(new SuccessDataResult <City>(_cityDal.GetDetail(cityId)));
 }