Ejemplo n.º 1
0
 public InterestController(IInterestApplication iInterestApplication)
 {
     _iInterestApplication = iInterestApplication;
 }
Ejemplo n.º 2
0
 public GeneralTests(IntegrationTestFixture fixture)
 {
     _interestApplication = fixture.ServiceProvider.GetRequiredService <IInterestApplication>();
 }