public async Task <IActionResult> DeleteAsync([FromBody] Category category) { await _categoryBusiness.DeleteAsync(category); return(Ok()); }