Esempio n. 1
0
        public InstagramPicRepository(int wallId)
        {
            this._wallId = wallId;

            this._azureBlobRepo = new AzureBlobRepository();
        }
Esempio n. 2
0
        public TweetPicRepository(int wallId)
        {
            this._wallId = wallId;

            this._azureBlobRepo = new AzureBlobRepository();
        }