Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> AddHistoryAsync(WcfService.Model.History history)
 {
     return(base.Channel.AddHistoryAsync(history));
 }
Ejemplo n.º 2
0
 public int AddHistory(WcfService.Model.History history)
 {
     return(base.Channel.AddHistory(history));
 }