Example #1
0
 public async Task <CommonResponse> AddSubscriptionPlans(AddCustomerSubscriptionPlanModel addCustomerSubscriptionPlanModel)
 {
     return(await ExecuteAll <CommonResponse>("Crm.AddCustomerSubscriptionPlans", addCustomerSubscriptionPlanModel));
 }
 public async Task <CommonResponse> AddSubscriptionPlans(AddCustomerSubscriptionPlanModel addCustomerSubscriptionPlanModel)
 {
     return(await _customerSubscriptionPlanRepository.AddSubscriptionPlans(addCustomerSubscriptionPlanModel));
 }