Пример #1
0
 public System.Threading.Tasks.Task <InteleSmsMessagingKit.NrdbService.NrdbStatus> QueryAsync(InteleSmsMessagingKit.NrdbService.LoginClass login, long mobile)
 {
     return(base.Channel.QueryAsync(login, mobile));
 }
Пример #2
0
 public InteleSmsMessagingKit.NrdbService.NrdbStatus Query(InteleSmsMessagingKit.NrdbService.LoginClass login, long mobile)
 {
     return(base.Channel.Query(login, mobile));
 }