public TipoIdentificacionRepository(BlueBankContext context)
 {
     _context = context;
 }
예제 #2
0
 public TransaccionRepository(BlueBankContext context)
 {
     _context = context;
 }
예제 #3
0
 public CuentaAhorroRepository(BlueBankContext context)
 {
     _context = context;
 }
예제 #4
0
 public PersonaRepository(BlueBankContext context)
 {
     _context = context;
 }