コード例 #1
0
        public void populatePublications()
        {
            pf = new PublicationFactory();

            var response = pf.getAll();

            mPublications = response;
        }
コード例 #2
0
        public PublicationContainer()
        {
            pf = new PublicationFactory();
            var response = pf.getAll();

            mPublications = response;
            mRandom       = new Random();
        }