示例#1
0
 /// <summary> Setter constructor. </summary>
 public TestNestedService(TestNestedServiceRequest request)
 {
     Request  = request;
     Response = new TestNestedServiceResponse();
 }
示例#2
0
 /// <summary> Empty constructor. </summary>
 public TestNestedService()
 {
     Request  = new TestNestedServiceRequest();
     Response = new TestNestedServiceResponse();
 }