Exemplo n.º 1
0
 public static CommandResult Ok(string resourceId, CommandResultResourceAction action) => new CommandResult(resourceId, action);
Exemplo n.º 2
0
 private CommandResult(string resourceId, CommandResultResourceAction action)
     : this(true)
 {
     ResourceId     = resourceId;
     ResourceAction = action;
 }