Exemplo n.º 1
0
 public ExcerciseService(FitChallengeDbContext db, IMapper mapper)
 {
     this.db     = db;
     this.mapper = mapper;
 }
Exemplo n.º 2
0
 public WorkoutTypeService(FitChallengeDbContext db, IMapper mapper)
 {
     this.db     = db;
     this.mapper = mapper;
 }