public IndicadorBusiness()
 {
     db = new PrimaryConnection();
     IndicadorTiempoBusiness = new IndicadorTiempoBusiness();
     ProcesoBusiness         = new ProcesoBusiness();
     ParoBusiness            = new ParoBusiness();
     RechazoBusiness         = new RechazoBusiness();
 }
 public RechazoBusiness()
 {
     db = new PrimaryConnection();
 }
Ejemplo n.º 3
0
 public CentroBusiness()
 {
     db = new PrimaryConnection();
 }
Ejemplo n.º 4
0
 public VelocidadBusiness()
 {
     db = new PrimaryConnection();
 }
 public IndicadorTiempoBusiness()
 {
     db = new PrimaryConnection();
 }
 public ProcesoBusiness()
 {
     db = new PrimaryConnection();
 }
 public LineaBusiness()
 {
     db = new PrimaryConnection();
 }
Ejemplo n.º 8
0
 public PerfilBusiness()
 {
     db = new PrimaryConnection();
 }
 public UsuarioBusiness()
 {
     db = new PrimaryConnection();
 }
 public BitacoraBusiness()
 {
     db = new PrimaryConnection();
 }
 public DepartamentoBusiness()
 {
     db = new PrimaryConnection();
 }