Exemplo n.º 1
0
 public int Guncelle(Entity.Models.Fatura entity)
 {
     return(_faturDal.Guncelle(entity));
 }
Exemplo n.º 2
0
 public int Guncelle(Fatura entity)
 {
     return(_faturaService.Guncelle(entity));
 }