public CharacteristicDataLa(Guid publicationId, int releaseId, DateTime releaseDate, string term, int year, Level level, Country country, SchoolType schoolType, Dictionary <string, string> attributes, Region region, LocalAuthority localAuthority, Characteristic characteristic) : base(publicationId, releaseId, releaseDate, term, year, level, country, schoolType, attributes) { Region = region; LocalAuthority = localAuthority; Characteristic = characteristic; }
public GeographicData( Guid publicationId, int releaseId, DateTime releaseDate, string term, int year, Level level, Country country, SchoolType schoolType, Dictionary <string, string> attributes, Region region, LocalAuthority localAuthority, School school) : base(publicationId, releaseId, releaseDate, term, year, level, country, schoolType, attributes) { Region = region; LocalAuthority = localAuthority; School = school; }