Exemplo n.º 1
0
 public LancamentoController(IApplicationLancamento _app)
 {
     app = _app;
 }
Exemplo n.º 2
0
 public LancamentosCrud(DbFixture fixture)
 {
     ServiceProvide = fixture.ServiceProvider;
     app            = ServiceProvide.GetService <IApplicationLancamento>();
 }