public static bool BatchSetSolved(string questionIdList) { return(DataValidator.IsValidId(questionIdList) && dal.BatchSetSolved(questionIdList)); }