public NYCInformationByAddressResultsNYCInformationByAddressSchoolInfo(ZonedSchools currentYear, ZonedSchools nextYear)
 {
     this.currentYear = currentYear;
     this.nextYear    = nextYear;
 }
Exemplo n.º 2
0
 public EnrollmentInformationByAddressResultsEnrollmentInfoByAddressSchoolInfo(ZonedSchools currentYear, ZonedSchools nextYear)
 {
     this.currentYear = currentYear;
     this.nextYear    = nextYear;
 }