예제 #1
0
파일: DAL.cs 프로젝트: semani2/SchoolPundit
        public string Demo_insert(string s)
        {
            string a = s;

            DalHelper da = new DalHelper();

            return(da.Insert_into_demo(a));
        }
예제 #2
0
파일: DAL.cs 프로젝트: semani2/SchoolPundit
        public string Insert_into_login(string s)
        {
            DalHelper da = new DalHelper();

            return(da.Insert_into_login(s));
        }
예제 #3
0
파일: DAL.cs 프로젝트: semani2/SchoolPundit
        public string Insert_into_edu(string s)
        {
            DalHelper da = new DalHelper();

            return(da.Insert_into_inst(s));
        }