Beispiel #1
0
 public DemographicChangeRepository()
 {
     this.context = new DemographicChangeContext();
 }
 public DemographicChangeByEthnicGroupsRepository()
 {
     this.context = new DemographicChangeContext();
 }