예제 #1
0
        public void RemoveBook(string ISBN)
        {
            AdminRemoving AR = op.AdminRemove("B");

            AR.Remove(ISBN, con);
        }
예제 #2
0
        public void UserOutList(string UN)
        {
            AdminRemoving AR = op.AdminRemove("UFL");

            AR.Remove(UN, con);
        }
예제 #3
0
        public void BlockUser(string UN)
        {
            AdminRemoving D = op.AdminRemove("BU");

            D.Remove(UN, con);
        }