Exemplo n.º 1
0
 public static OkObjectResult Error(string message)
 {
     return(new OkObjectResult(ActionObject.Error(message)));
 }