Example #1
0
 public ContaCorrenteController(IApplicationContaCorrente _app)
 {
     app = _app;
 }
Example #2
0
 public ContaCorrenteCrud(DbFixture fixture)
 {
     ServiceProvide = fixture.ServiceProvider;
     app            = ServiceProvide.GetService <IApplicationContaCorrente>();
 }