コード例 #1
0
 public GananciasNetas()
 {
     db = new BR.taxareEntities();
     conductoresController = new Conductores();
     taxisController       = new Taxis();
     produccionController  = new Produccion();
 }
コード例 #2
0
ファイル: Soat.cs プロジェクト: josemanuelep/TaxareWF
 public Soat()
 {
     db = new BR.taxareEntities();
 }
コード例 #3
0
 public Turnos()
 {
     db = new BR.taxareEntities();
 }
コード例 #4
0
 public ConductoresXtaxis()
 {
     db = new BR.taxareEntities();
     conductorController = new Conductores();
     taxisController     = new Taxis();
 }
コード例 #5
0
 public Kilometraje()
 {
     this.db = new BR.taxareEntities();;
     this.taxisController = new CT.Taxis();
 }
コード例 #6
0
 public Conductores()
 {
     db = new BR.taxareEntities();
 }
コード例 #7
0
ファイル: Produccion.cs プロジェクト: josemanuelep/TaxareWF
 public Produccion()
 {
     db = new BR.taxareEntities();
     conductoresController = new Conductores();
     taxisController       = new Taxis();
 }