public HomeControllerIndex(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
示例#2
0
 public ApiToDoItemsControllerList(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
 public ApiReasonController(CustomWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }