Exemple #1
0
 public static bool BALSaveCouponDetails(CouponDetails model)
 {
     if (WayBillRepository.SaveCouponDetails(model) == 0)
     {
         return(false);
     }
     return(true);
 }