예제 #1
0
 public AgenceRepository(MOS_Communes_DbContext c)
 {
     this.mos_Communes_DbContext = c;
 }
 public NomenclatureRepository(MOS_Communes_DbContext c)
 {
     this.mos_Communes_DbContext = c;
 }
예제 #3
0
 public IdentifiantRepository(MOS_Communes_DbContext c)
 {
     this.mos_Communes_DbContext = c;
 }
 public MosSystemRepository(MOS_Communes_DbContext c)
 {
     this.mos_Communes_DbContext = c;
 }
 public IndicateurRepository(MOS_Communes_DbContext c)
 {
     this.mos_Communes_DbContext = c;
 }