コード例 #1
0
 public KenmerkRepository(KlimatogramContext c)
 {
     this.context = c;
     this.Kenmerken = c.Kenmerken;
 }
コード例 #2
0
 public DeterminatieTreeRepository(KlimatogramContext context)
 {
     this.context = context;
     determinatieTrees = context.DeterminatieTrees;
 }
コード例 #3
0
 public ContinentRepository(KlimatogramContext context)
 {
     this.context = context;
     continenten = context.Continenten;
 }
コード例 #4
0
 public DeterminatieTreeRepository(KlimatogramContext context)
 {
     this.context      = context;
     determinatieTrees = context.DeterminatieTrees;
 }
コード例 #5
0
 public KenmerkRepository(KlimatogramContext c)
 {
     this.context   = c;
     this.Kenmerken = c.Kenmerken;
 }
コード例 #6
0
 public ContinentRepository(KlimatogramContext context)
 {
     this.context = context;
     continenten  = context.Continenten;
 }