Exemple #1
0
 public TicketRequest(BatchWSDL.File request, string login, string password, string language)
 {
     this.request  = request;
     this.login    = login;
     this.password = password;
     this.language = language;
 }
Exemple #2
0
 public ResponseByTicket(BatchWSDL.File value, BatchWSDL.error error)
 {
     this.value = value;
     this.error = error;
 }