Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> CreateNewTicketAsync(ADI.CredentialService.DimensionsLogonObject DimensionsCredentials)
 {
     return(base.Channel.CreateNewTicketAsync(DimensionsCredentials));
 }
Exemplo n.º 2
0
 public string CreateNewTicket(ADI.CredentialService.DimensionsLogonObject DimensionsCredentials)
 {
     return(base.Channel.CreateNewTicket(DimensionsCredentials));
 }