コード例 #1
0
ファイル: UrunService.cs プロジェクト: mahsunk/YapGetir-
 public void Update(Urun entity)
 {
     _urunDAL.Update(entity);
 }
コード例 #2
0
ファイル: UrunlerManager.cs プロジェクト: EmirHazir/AzizTic
 public void Update(Urunler urun)
 {
     _urunDal.Update(urun);
 }
コード例 #3
0
 public bool Update(Urun entity)
 {
     return(_urunDAL.Update(entity) > 0);
 }
コード例 #4
0
 public void Update(Urun urun)
 {
     _urunDAL.Update(urun);
 }