Ejemplo n.º 1
0
        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());
        }