Exemplo n.º 1
0
 public bool Sil(Entity.Models.Fatura entity)
 {
     return(_faturDal.Sil(entity));
 }
Exemplo n.º 2
0
 public Entity.Models.Fatura Kaydet(Entity.Models.Fatura entity)
 {
     return(_faturDal.Kaydet(entity));
 }
Exemplo n.º 3
0
 public bool Sil(Entity.Models.Fatura entity)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public int Guncelle(Entity.Models.Fatura entity)
 {
     return(_faturDal.Guncelle(entity));
 }
Exemplo n.º 5
0
 public Entity.Models.Fatura Kaydet(Entity.Models.Fatura entity)
 {
     throw new NotImplementedException();
 }