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