示例#1
0
        public InstagramPicRepository(int wallId)
        {
            this._wallId = wallId;

            this._azureBlobRepo = new AzureBlobRepository();
        }
示例#2
0
        public TweetPicRepository(int wallId)
        {
            this._wallId = wallId;

            this._azureBlobRepo = new AzureBlobRepository();
        }