public GananciasNetas() { db = new BR.taxareEntities(); conductoresController = new Conductores(); taxisController = new Taxis(); produccionController = new Produccion(); }
public AdministrarSS() { conductoresController = new CT.Conductores(); seguridadController = new CT.SeguridadSocial(); InitializeComponent(); LlenarConductores(); llenarDataGridView(); llenarSuma(); llenarProximosVencer(); llenarVencidos(); }
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; }
public ConductoresXtaxis() { db = new BR.taxareEntities(); conductorController = new Conductores(); taxisController = new Taxis(); }
public Produccion() { db = new BR.taxareEntities(); conductoresController = new Conductores(); taxisController = new Taxis(); }
public Licencias() { this.conductorController = new Conductores(); this.transitoController = new Transito(); }