Exemple #1
0
 public System.Threading.Tasks.Task <CommonLib.ReturnState> UpdatePostAsync(MVCViews.ForumServiceDebug.PostModel model)
 {
     return(base.Channel.UpdatePostAsync(model));
 }
Exemple #2
0
 public CommonLib.ReturnState UpdatePost(MVCViews.ForumServiceDebug.PostModel model)
 {
     return(base.Channel.UpdatePost(model));
 }