예제 #1
0
파일: BLL.cs 프로젝트: MazenTest/mrjTeacher
        public static void ActivateUser(int userId)
        {
            DAL dal = new DAL();

            dal.ActivateUser(userId);
        }