Esempio n. 1
0
 public CreatedTripIntegrationEventHandler(DockerTestContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public ValuesController(IConfiguration config,
                         DockerTestContext context)
 {
     _config  = config;
     _context = context;
 }
Esempio n. 3
0
 public IndexModel(IOptionsSnapshot <AppSettings> settings, DockerTestContext context)
 {
     _settings = settings;
     _context  = context;
 }