public async Task <IActionResult> DeletePricelists(string[] ids) { await _pricingService.DeletePricelistsAsync(ids); return(NoContent()); }