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