public NYCInformationByAddressResultsNYCInformationByAddress(GeographicInformationByAddressResults geographicInfo, PoliticalInfo politicalInfo, NYCInformationByAddressResultsNYCInformationByAddressSchoolInfo schoolInfo, CityInfo cityInfo)
 {
     this.geographicInfo = geographicInfo;
     this.politicalInfo  = politicalInfo;
     this.schoolInfo     = schoolInfo;
     this.cityInfo       = cityInfo;
 }
Example #2
0
 public EnrollmentInformationByAddressResultsEnrollmentInfoByAddress(GeographicInformationByAddressResults geographicInfo, PoliticalInfo politicalInfo, EnrollmentInformationByAddressResultsEnrollmentInfoByAddressSchoolInfo schoolInfo)
 {
     this.geographicInfo = geographicInfo;
     this.politicalInfo  = politicalInfo;
     this.schoolInfo     = schoolInfo;
 }