public void Update(Urun entity) { _urunDAL.Update(entity); }
public void Update(Urunler urun) { _urunDal.Update(urun); }
public bool Update(Urun entity) { return(_urunDAL.Update(entity) > 0); }
public void Update(Urun urun) { _urunDAL.Update(urun); }