Ejemplo n.º 1
0
 public GeneralReferences()
 {
     this.rep_country = new EFReferenceCountryRepository();
     this.rep_cargo   = new EFReferenceCargoRepository();
     this.rep_station = new EFReferenceStationRepository();
 }
Ejemplo n.º 2
0
 public GeneralReferences(IReferenceCountryRepository rep_country, IReferenceCargoRepository rep_cargo, IReferenceStationRepository rep_station)
 {
     this.rep_country = rep_country;
     this.rep_cargo   = rep_cargo;
     this.rep_station = rep_station;
 }