public void DeleteCommentByObject(int objectId, ObjectTypeDefine objectType) { CommentDao.DeleteCommentByObject(objectId, (int)objectType); }