Beispiel #1
0
        public List <GPictures> getAllByUserId(int id)
        {
            gpictureDAO gp = new gpictureDAO();

            return(gp.SelectAllByUserId(id));
        }
Beispiel #2
0
        public int addGP()
        {
            gpictureDAO gp = new gpictureDAO();

            return(gp.Insert(this));
        }