Beispiel #1
0
 public async Task <CommonResponse> UpdateDiscounts(DiscountUpdateModel discountUpdateModel)
 {
     return(await ExecuteAll <CommonResponse>("Crm.UpdateDiscounts", discountUpdateModel));
 }
Beispiel #2
0
 public async Task <CommonResponse> UpdateDiscounts(DiscountUpdateModel discountUpdateModel)
 {
     return(await _discountRepository.UpdateDiscounts(discountUpdateModel));
 }