Example #1
0
 public int Guncelle(Entity.Models.FaturaDetay entity)
 {
     return(_faturdetayDal.Guncelle(entity));
 }