Ejemplo n.º 1
0
 public HomeController(IConfiguration configuration, ICosomosDbService cosmosDbService)
 {
     _configuration   = configuration;
     _cosmosDbService = cosmosDbService;
 }
Ejemplo n.º 2
0
 public StudentsController(ICosomosDbService cosmosDbService)
 {
     _cosmosDbService = cosmosDbService;
 }