public IActionResult OnPostDelete(DeleteOrderVM command) { var result = _orderApplication.Delete(command); return(new JsonResult(result)); }