public EmpleadoController(MvcContext context) { _context = context; }
public ContactosController(MvcContext context) { _context = context; }