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