Ejemplo n.º 1
0
 public System.Threading.Tasks.Task SaveHistoryAsync(Randomizer_Client.ServiceReference.HistoryDto history)
 {
     return(base.Channel.SaveHistoryAsync(history));
 }
Ejemplo n.º 2
0
 public void SaveHistory(Randomizer_Client.ServiceReference.HistoryDto history)
 {
     base.Channel.SaveHistory(history);
 }