public EntidadFiscalController(LCoreContext context) { _context = context; }
public ContactoController(LCoreContext context) { _context = context; }
public DomicilioController(LCoreContext context) { _context = context; }
public LocalidadController(LCoreContext context) { _context = context; }
public SituacionTributariaController(LCoreContext context) { _context = context; }
public UsuarioController(LCoreContext context) { _context = context; }
public TipoIdentificacionController(LCoreContext context) { _context = context; }