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