예제 #1
0
        public int ToogleStatus(UserDTO dto)
        {
            MyDBService ser = new MyDBService();
            int         id  = ser.ToogleStatus(dto);

            return(id);
        }