예제 #1
0
        public string Register(user user1)
        {
            string responseText = "";

            responseText = LoginInfoDal.Register(user1);
            return(responseText);
        }