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