public BodyMeasurementMapper(IAppBLLMapperContext context) : base(context)
 {
 }
 public SetTypeMapper(IAppBLLMapperContext context) : base(context)
 {
 }
Exemple #3
0
 public TrainingWeekMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
 public RoutineTypeMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
 public AppBLL(IAppUnitOfWork unitOfWork, IAppBLLMapperContext mapperContext) : base(unitOfWork)
 {
     MapperContext = mapperContext;
 }
 public TrainingCycleMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
 public TrainingDayTypeMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
Exemple #8
0
 public MuscleMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
 public WorkoutRoutineMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
Exemple #10
0
 public BLLBaseMapper(IAppBLLMapperContext bllMapperContext)
 {
     BLLMapperContext = bllMapperContext;
 }
 public ExerciseInTrainingDayMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
 public DailyNutritionIntakeMapper(IAppBLLMapperContext context) : base(context)
 {
 }
Exemple #13
0
 public ExerciseTypeMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
Exemple #14
0
 public TargetMuscleGroupMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }