public ManyToManyRepository(GeographyDatabaseContext context) : base(context) { Context = context; }
public RegionsToTypesRepository(GeographyDatabaseContext context) : base(context) { }
public NamesRepository(GeographyDatabaseContext context) : base(context) { Context = context; }
protected GeographyRepository(GeographyDatabaseContext context) : base(context) { Context = context; }