Beispiel #1
0
 public TestOutputModel2 AnotherAction(TestInputModel value)
 {
     return(new TestOutputModel2
     {
         Prop1 = value.Prop1,
         Name = value.Name,
         Age = value.Age
     });
 }
Beispiel #2
0
 public void RedirectAction(TestInputModel value)
 {
 }