public GananciasNetas()
 {
     db = new BR.taxareEntities();
     conductoresController = new Conductores();
     taxisController       = new Taxis();
     produccionController  = new Produccion();
 }
Exemple #2
0
 public AdministrarSS()
 {
     conductoresController = new CT.Conductores();
     seguridadController   = new CT.SeguridadSocial();
     InitializeComponent();
     LlenarConductores();
     llenarDataGridView();
     llenarSuma();
     llenarProximosVencer();
     llenarVencidos();
 }
Exemple #3
0
 public AdministrarProduccion()
 {
     conductoresController    = new CT.Conductores();
     taxisController          = new CT.Taxis();
     marcasController         = new CT.Marcas();
     gananciasNetasController = new CT.GananciasNetas();
     produccionController     = new CT.Produccion();
     creadorPDF = new CT.creadorPDF(@"F:\", "Jose Manuel", "Administracion de Produccion");
     InitializeComponent();
     llenarDataGridView();
     LlenarConductores();
     LlenarTaxis();
     txtTotal.ReadOnly = true;
 }
Exemple #4
0
 public ConductoresXtaxis()
 {
     db = new BR.taxareEntities();
     conductorController = new Conductores();
     taxisController     = new Taxis();
 }
Exemple #5
0
 public Produccion()
 {
     db = new BR.taxareEntities();
     conductoresController = new Conductores();
     taxisController       = new Taxis();
 }
Exemple #6
0
 public Licencias()
 {
     this.conductorController = new Conductores();
     this.transitoController  = new Transito();
 }