public ExcerciseService(FitChallengeDbContext db, IMapper mapper)
 {
     this.db     = db;
     this.mapper = mapper;
 }
示例#2
0
 public WorkoutTypeService(FitChallengeDbContext db, IMapper mapper)
 {
     this.db     = db;
     this.mapper = mapper;
 }