public ManyToManyRepository(GeographyDatabaseContext context) : base(context)
 {
     Context = context;
 }
Exemple #2
0
 public RegionsToTypesRepository(GeographyDatabaseContext context) : base(context)
 {
 }
Exemple #3
0
 public NamesRepository(GeographyDatabaseContext context) : base(context)
 {
     Context = context;
 }
 protected GeographyRepository(GeographyDatabaseContext context) : base(context)
 {
     Context = context;
 }