Пример #1
0
 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;
 }