Exemple #1
0
 public searchResponse()
 {
     this.responseField   = new searchResponseResponse();
     this.devicesField    = new List <searchResponseDevice>();
     this.pANDetailsField = new searchResponsePANDetails();
 }
 public searchResponse()
 {
     this.responseField = new searchResponseResponse();
     this.devicesField = new List<searchResponseDevice>();
     this.pANDetailsField = new searchResponsePANDetails();
 }