예제 #1
0
        public bool UpdateUser(int userId, int cardId)
        {
            LamViecDAL lvdal = new LamViecDAL();

            return(lvdal.UpdateUser(userId, cardId));
        }
예제 #2
0
        public bool InsertUser(int userId, int cardId)
        {
            LamViecDAL lvdal = new LamViecDAL();

            return(lvdal.InsertUser(userId, cardId));
        }
예제 #3
0
        public List <int> ListUserId(int cardId)
        {
            LamViecDAL lvdal = new LamViecDAL();

            return(lvdal.SearchId(cardId));
        }