Example #1
0
 public TestOutputModel SomeOtherAction(NotUsedModel not_used)
 {
     return new TestOutputModel();
 }
Example #2
0
 public TestOutputModel SomeOtherAction(NotUsedModel not_used)
 {
     return(new TestOutputModel());
 }