Beispiel #1
0
 public IResult Update(Car car)
 {
     _carProduct.Update(car);
     return(new SuccessResult("Güncellendi"));
 }
Beispiel #2
0
 public IResult Update(Car car)
 {
     _carProductDal.Update(car);
     return(new SuccessResult(Messages.ProductUpdated));
 }