public NYCInformationByAddressResultsNYCInformationByAddressSchoolInfo(ZonedSchools currentYear, ZonedSchools nextYear)
 {
     this.currentYear = currentYear;
     this.nextYear    = nextYear;
 }
Пример #2
0
 public EnrollmentInformationByAddressResultsEnrollmentInfoByAddressSchoolInfo(ZonedSchools currentYear, ZonedSchools nextYear)
 {
     this.currentYear = currentYear;
     this.nextYear    = nextYear;
 }