Exemplo n.º 1
0
 public void Update(Kategori kategori)
 {
     _kategoriDAL.Update(kategori);
 }
Exemplo n.º 2
0
 public bool Update(Kategori entity)
 {
     return(_kategoriDAL.Update(entity) > 0);
 }
Exemplo n.º 3
0
 public void Update(Kategori entity)
 {
     _kategoriDAL.Update(entity);
 }