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

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