Exemple #1
0
 public System.Threading.Tasks.Task <bool> IsTokenExistsAsync(ServiceReference1.Functions functions)
 {
     return(base.Channel.IsTokenExistsAsync(functions));
 }
Exemple #2
0
 public bool IsTokenExists(ServiceReference1.Functions functions)
 {
     return(base.Channel.IsTokenExists(functions));
 }