Exemple #1
0
 public System.Threading.Tasks.Task <UmbrellaService.DataLevel.ProxyModel.CommentProxy> CreateCommentAsync(int accountId, UmbrellaService.DataLevel.ProxyModel.CommentProxy comment)
 {
     return(base.Channel.CreateCommentAsync(accountId, comment));
 }
Exemple #2
0
 public UmbrellaService.DataLevel.ProxyModel.CommentProxy CreateComment(int accountId, UmbrellaService.DataLevel.ProxyModel.CommentProxy comment)
 {
     return(base.Channel.CreateComment(accountId, comment));
 }