Ejemplo n.º 1
0
		public PollImageViewModel(
			IPhotoChooser photoChooser,
			IAzureStorageService azureStorageService)
		{
			this.photoChooser = photoChooser;
			this.azureStorageService = azureStorageService;
		}