public SupplierControllerTest(TestWebApplicationFactory <Startup> factory) { CrudClient = new SupplierCRUDClient(factory); }
public DeliveryControllerTest(TestWebApplicationFactory <Startup> factory) { CrudClient = new DeliveryCRUDClient(factory); EquipmentCRUDClient = new EquipmentTypeCRUDClient(factory); SupplierCRUDClient = new SupplierCRUDClient(factory); }