public NonConfCorrActionsTest(FixturesTestNonConf fixture)
 {
     _nonConfCorrActionsService = fixture.ServiceProvider.GetRequiredService <INonConfCorrActionsService>();
     _nonConfService            = fixture.ServiceProvider.GetRequiredService <INonConfService>();
     _corrActionService         = fixture.ServiceProvider.GetRequiredService <ICorrActionService>();
     _context = fixture.ServiceProvider.GetRequiredService <DataContext>();
 }
 public NonConfCorrActionsController(INonConfCorrActionsService nonConfCorrActionsService)
 {
     _nonConfCorrActionsService = nonConfCorrActionsService;
 }