public VagonsContent() { this.rep_nvs = new EFNumVagStanRepository(); this.rep_nvstpr = new EFNumVagStpr1GrRepository(); this.rep_nvs1isd = new EFNumVagStpr1InStDocRepository(); this.rep_nvs1isv = new EFNumVagStpr1InStVagRepository(); this.rep_nvs1osd = new EFNumVagStpr1OutStDocRepository(); this.rep_nvs1osv = new EFNumVagStpr1OutStVagRepository(); this.rep_nvs1t = new EFNumVagStpr1TupikRepository(); this.rep_nvstr = new EFNumVagStranRepository(); this.rep_nvg = new EFNumVagGodnRepository(); this.rep_nvstra = new EFNumVagStranaRepository(); this.rep_nvgds = new EFNumVagGDStaitRepository(); }
public VagonsContent(INumVagStanRepository rep_nvs, INumVagStpr1GrRepository rep_nvstpr, INumVagStpr1InStDocRepository rep_nvs1isd, INumVagStpr1InStVagRepository rep_nvs1isv, INumVagStpr1OutStDocRepository rep_nvs1osd, INumVagStpr1OutStVagRepository rep_nvs1osv, INumVagStpr1TupikRepository rep_nvs1t, INumVagStranRepository rep_nvstr, INumVagGodnRepository rep_nvg, INumVagStranaRepository rep_nvstra, INumVagGDStaitRepository rep_nvgds) { this.rep_nvs = rep_nvs; this.rep_nvstpr = rep_nvstpr; this.rep_nvs1isd = rep_nvs1isd; this.rep_nvs1isv = rep_nvs1isv; this.rep_nvs1osd = rep_nvs1osd; this.rep_nvs1osv = rep_nvs1osv; this.rep_nvs1t = rep_nvs1t; this.rep_nvstr = rep_nvstr; this.rep_nvg = rep_nvg; this.rep_nvstra = rep_nvstra; this.rep_nvgds = rep_nvgds; }