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