예제 #1
0
 public void Update(Urun entity)
 {
     _urunDAL.Update(entity);
 }
예제 #2
0
 public void Update(Urunler urun)
 {
     _urunDal.Update(urun);
 }
예제 #3
0
 public bool Update(Urun entity)
 {
     return(_urunDAL.Update(entity) > 0);
 }
 public void Update(Urun urun)
 {
     _urunDAL.Update(urun);
 }