public GananciasNetas()
 {
     db = new BR.taxareEntities();
     conductoresController = new Conductores();
     taxisController       = new Taxis();
     produccionController  = new Produccion();
 }
Exemple #2
0
 public AdministrarGastosVariables()
 {
     InitializeComponent();
     taxisController           = new CT.Taxis();
     marcasController          = new CT.Marcas();
     turnosController          = new CT.Turnos();
     gastosVariablesController = new CT.GastosVariables();
     LlenarTaxis();
     LlenarDTG();
     llenarInfo(dateTimePickerDesde.Value);
 }
 public Administrar_Soat()
 {
     soatController   = new CT.Soat();
     taxisController  = new CT.Taxis();
     marcasController = new CT.Marcas();
     InitializeComponent();
     llenarDataGridView();
     LlenarTaxis();
     llenarProximosAvencer();
     llenarVencidos();
 }
Exemple #4
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 #5
0
 public ConductoresXtaxis()
 {
     db = new BR.taxareEntities();
     conductorController = new Conductores();
     taxisController     = new Taxis();
 }
Exemple #6
0
 public Kilometraje()
 {
     this.db = new BR.taxareEntities();;
     this.taxisController = new CT.Taxis();
 }
Exemple #7
0
 public Produccion()
 {
     db = new BR.taxareEntities();
     conductoresController = new Conductores();
     taxisController       = new Taxis();
 }