Ejemplo n.º 1
0
 public Request()
 {
     this.Id = Guid.NewGuid().ToString();
     this.Method = METHOD_NAME;
     this.Params = new GetAddressDataParams();
 }
Ejemplo n.º 2
0
 public Request()
 {
     this.Id     = Guid.NewGuid().ToString();
     this.Method = METHOD_NAME;
     this.Params = new GetAddressDataParams();
 }