Beispiel #1
0
 public WorkoutRepo()
 {
     ctx = new EF.FitnessContext();
 }
Beispiel #2
0
 public GebruikerRepo()
 {
     ctx = new EF.FitnessContext();
 }
Beispiel #3
0
 public UitdagingRepo()
 {
     ctx = new EF.FitnessContext();
 }