Exemple #1
0
 public System.Threading.Tasks.Task <CommonLib.ReturnState> RemoveCommentAsync(MVCViews.TeacherServiceDebug.TeacherCommentView model)
 {
     return(base.Channel.RemoveCommentAsync(model));
 }
Exemple #2
0
 public CommonLib.ReturnState RemoveComment(MVCViews.TeacherServiceDebug.TeacherCommentView model)
 {
     return(base.Channel.RemoveComment(model));
 }