예제 #1
0
 public SpecialityControllerIntegrationTests(TestingWebAppFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
 public VacancyCVFlowIntergrationTests(TestingWebAppFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }