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