Exemplo n.º 1
0
 public ListaCentrosTrabajoNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public AccionNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public WorkUnit()
 {
     contextoSIRCE = new SIRCEEntities();
 }
Exemplo n.º 4
0
 public WorkUnit(SIRCEEntities scC)
 {
     contextoSIRCE = scC;
 }
Exemplo n.º 5
0
 public TrabajadorNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 6
0
 public ConstanciaNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 7
0
 public CursoNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 8
0
 public CentroTrabajoNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 9
0
 public CargaMasivaNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 10
0
 public EstablecimientoNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 11
0
 public UsuarioNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 12
0
 public EmpresaNEG(SIRCEEntities context)
     : base(context)
 {
 }
Exemplo n.º 13
0
 public TableroControlNEG(SIRCEEntities context)
     : base(context)
 {
 }