示例#1
0
文件: Reference.cs 项目: lzb-cc/Cmty
 public System.Threading.Tasks.Task <CommonLib.ReturnState> UpdatePostAsync(MVCViews.ForumServiceDebug.PostModel model)
 {
     return(base.Channel.UpdatePostAsync(model));
 }
示例#2
0
文件: Reference.cs 项目: lzb-cc/Cmty
 public CommonLib.ReturnState UpdatePost(MVCViews.ForumServiceDebug.PostModel model)
 {
     return(base.Channel.UpdatePost(model));
 }