public TpmPasswordClient(TpmHttp http)
 {
     this.http = http;
 }
 public TpmGroupClient(TpmHttp http)
 {
     this.http = http;
 }
Ejemplo n.º 3
0
 public TpmUserClient(TpmHttp http)
 {
     this.http = http;
 }
 public TpmProjectClient(TpmHttp http)
 {
     this.http = http;
 }