public UsuUsuarioController(CredimarContext context)
 {
     _context = context;
 }
 public PreSolicitudPrestamoController(CredimarContext context)
 {
     _context = context;
 }
 // Constructor
 public ComPersonaController(CredimarContext context)
 {
     _context = context;
 }
 // Constructor
 public HomeController(CredimarContext context)
 {
     _context = context;
 }
 public PrePlantillaPagosController(CredimarContext context)
 {
     _context = context;
 }
 public ComDirDireccionController(CredimarContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public CliClienteController(CredimarContext context)
 {
     _context = context;
 }
 public VenArticuloPrestamoController(CredimarContext context)
 {
     _context = context;
 }
 public EmpEmpleadoController(CredimarContext context)
 {
     _context = context;
 }