private static IActionResult OnDomainObjectNotFoundException(DomainObjectNotFoundException ex) { return(new NotFoundResult()); }
private static ErrorDto OnDomainObjectNotFoundException(DomainObjectNotFoundException ex) { return(new ErrorDto { StatusCode = 404 }); }