public TrainingWeekMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
Exemple #2
0
 public TrainingDayTypeMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
Exemple #3
0
 public ExerciseMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
 public MuscleGroupMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
Exemple #5
0
 public WorkoutRoutineMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
 public ExerciseInTrainingDayMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
Exemple #7
0
 public AppUnitOfWork(AppDbContext unitOfWorkDbContext, IAppDALMapperContext ctx) : base(unitOfWorkDbContext)
 {
     _dalMapperContext = ctx;
 }
 public UnitTypeMapper(IAppDALMapperContext context)
 {
     _context = context;
 }
 public TrainingCycleMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
 public EFBaseMapper(IAppDALMapperContext dalMapperContext)
 {
     DALMapperContext = dalMapperContext;
 }
 public WorkoutRoutineInfoMapper(IAppDALMapperContext context) : base(context)
 {
 }
Exemple #12
0
 public RoutineTypeMapper(IAppDALMapperContext dalMapperContext) : base(dalMapperContext)
 {
 }
 public BodyMeasurementMapper(IAppDALMapperContext context) : base(context)
 {
 }