Esempio n. 1
0
        static void Main(string[] args)
        {
            IStorageService storageService = null;

            //if(us)
            {
                storageService = new StorageOnlineService();
            }
Esempio n. 2
0
 public IDownloadble(IStorageService storageService)
 {
     this.storageService = storageService;
 }