public PromContent(IPromSostavRepository rep_ps, IPromNatHistRepository rep_pnh, IPromVagonRepository rep_pv, IPromGruzSPRepository rep_gsp, IPromCexRepository rep_pcx) { this.rep_ps = rep_ps; this.rep_pnh = rep_pnh; this.rep_pv = rep_pv; this.rep_gsp = rep_gsp; this.rep_pcx = rep_pcx; }
public PromContent() { this.rep_ps = new EFPromSostavRepository(); this.rep_pnh = new EFPromNatHistRepository(); this.rep_pv = new EFPromVagonRepository(); this.rep_gsp = new EFPromGruzSPRepository(); this.rep_pcx = new EFPromCexRepository(); }