public KenmerkRepository(KlimatogramContext c) { this.context = c; this.Kenmerken = c.Kenmerken; }
public DeterminatieTreeRepository(KlimatogramContext context) { this.context = context; determinatieTrees = context.DeterminatieTrees; }
public ContinentRepository(KlimatogramContext context) { this.context = context; continenten = context.Continenten; }