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