Exemplo n.º 1
0
 public static NotFoundObjectResult EventNotFound(this ControllerBase controller, string eventId)
 {
     return(controller.NotFound(ErtisAuthException.EventNotFound(eventId)));
 }