public int UpdateStatus(Guid groupId) { var result = (int)db.qz_QuestionGroup_UpdateStatus(groupId).Single(); return(result); }