Exemplo n.º 1
0
        public static ICloudStorageHelper CreateCloudService()
        {
            ICloudStorageHelper returnedValue = (ICloudStorageHelper)Activator.CreateInstance(Config.CloudService.Assembly, Config.CloudService.Type).Unwrap();

            return(returnedValue);
        }
Exemplo n.º 2
0
 public DummyProcessor()
 {
     cloudStorageHelper = CloudServiceFactory.CreateCloudService();
 }
Exemplo n.º 3
0
 public KinepolisProcessor()
 {
     cloudStorageHelper = CloudServiceFactory.CreateCloudService();
 }