public TipoIdentificacionRepository(BlueBankContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public TransaccionRepository(BlueBankContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public CuentaAhorroRepository(BlueBankContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public PersonaRepository(BlueBankContext context)
 {
     _context = context;
 }