コード例 #1
0
 public BodyMeasurementMapper(IAppBLLMapperContext context) : base(context)
 {
 }
コード例 #2
0
 public SetTypeMapper(IAppBLLMapperContext context) : base(context)
 {
 }
コード例 #3
0
 public TrainingWeekMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #4
0
 public RoutineTypeMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #5
0
ファイル: AppBLL.cs プロジェクト: rrajaste/531planner-backend
 public AppBLL(IAppUnitOfWork unitOfWork, IAppBLLMapperContext mapperContext) : base(unitOfWork)
 {
     MapperContext = mapperContext;
 }
コード例 #6
0
 public TrainingCycleMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #7
0
 public TrainingDayTypeMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #8
0
 public MuscleMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #9
0
 public WorkoutRoutineMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #10
0
 public BLLBaseMapper(IAppBLLMapperContext bllMapperContext)
 {
     BLLMapperContext = bllMapperContext;
 }
コード例 #11
0
 public ExerciseInTrainingDayMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #12
0
 public DailyNutritionIntakeMapper(IAppBLLMapperContext context) : base(context)
 {
 }
コード例 #13
0
 public ExerciseTypeMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }
コード例 #14
0
 public TargetMuscleGroupMapper(IAppBLLMapperContext bllMapperContext) : base(bllMapperContext)
 {
 }