Exemplo n.º 1
0
 public BancoService(IBancoRepository BancoRepository,
                     IBancoReadOnlyRepository BancoReadOnlyRepository)
 {
     _bancoRepository         = BancoRepository;
     _bancoReadOnlyRepository = BancoReadOnlyRepository;
 }
Exemplo n.º 2
0
 public BancoService(IBancoRepository BancoRepository,
     IBancoReadOnlyRepository BancoReadOnlyRepository)
 {
     _bancoRepository = BancoRepository;
     _bancoReadOnlyRepository = BancoReadOnlyRepository;
 }