Example #1
0
 public InterestController(IInterestApplication iInterestApplication)
 {
     _iInterestApplication = iInterestApplication;
 }
 public GeneralTests(IntegrationTestFixture fixture)
 {
     _interestApplication = fixture.ServiceProvider.GetRequiredService <IInterestApplication>();
 }