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