public async Task <IActionResult> ValueDelete(CustomerAttributeValueModel model) { await _customerAttributeViewModelService.DeleteCustomerAttributeValue(model); return(new NullJsonResult()); }
public IActionResult ValueDelete(CustomerAttributeValueModel model) { _customerAttributeViewModelService.DeleteCustomerAttributeValue(model); return(new NullJsonResult()); }