public CarsController(IAzureMLClient azureMLCarsClient, IConnectionManager connectionManager)
 {
     this.azureMLCarsClient = azureMLCarsClient;
     this.connectionManager = connectionManager;
 }
Esempio n. 2
0
 public ProductRecommenderController(IAzureMLClient azureMachineLearningService)
 {
     this.azureMLClient = azureMachineLearningService;
 }