示例#1
0
 public RequestQServiceWrapper()
 {
     Service = new QService();
 }
 public ResponseQServiceWrapper()
 {
     Service = new QService();
 }