Beispiel #1
0
 public ExerciseService(FitCoreDbContext ctx)
 {
     this.ctx = ctx;
 }
Beispiel #2
0
 public WorkoutService(FitCoreDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public UserService(FitCoreDbContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public FitCoreRepository(FitCoreDbContext ctx) =>
 this.ctx = ctx;