public bool Sil(Entity.Models.Fatura entity)
 {
     return(_faturDal.Sil(entity));
 }
 public Entity.Models.Fatura Kaydet(Entity.Models.Fatura entity)
 {
     return(_faturDal.Kaydet(entity));
 }
Example #3
0
 public bool Sil(Entity.Models.Fatura entity)
 {
     throw new NotImplementedException();
 }
 public int Guncelle(Entity.Models.Fatura entity)
 {
     return(_faturDal.Guncelle(entity));
 }
Example #5
0
 public Entity.Models.Fatura Kaydet(Entity.Models.Fatura entity)
 {
     throw new NotImplementedException();
 }