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