Exemplo n.º 1
0
 public System.Threading.Tasks.Task QueryAsyncAsync(WeatherBot.DatabaseWorker.QueryComponents.QueryData query)
 {
     return(base.Channel.QueryAsyncAsync(query));
 }
Exemplo n.º 2
0
 public void QueryAsync(WeatherBot.DatabaseWorker.QueryComponents.QueryData query)
 {
     base.Channel.QueryAsync(query);
 }