Beispiel #1
0
 public EntidadFiscalController(LCoreContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ContactoController(LCoreContext context)
 {
     _context = context;
 }
 public DomicilioController(LCoreContext context)
 {
     _context = context;
 }
 public LocalidadController(LCoreContext context)
 {
     _context = context;
 }
 public SituacionTributariaController(LCoreContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public UsuarioController(LCoreContext context)
 {
     _context = context;
 }
 public TipoIdentificacionController(LCoreContext context)
 {
     _context = context;
 }