コード例 #1
0
 public ContextTestModel Get(ContextTestInput input)
 {
     return(new ContextTestModel {
         Message = "Hello from endpoint"
     });
 }
コード例 #2
0
 public ContextTestModel Get(ContextTestInput input)
 {
     return new ContextTestModel { Message = "Hello from endpoint" };
 }