public HeartRateGradeService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #2
0
 public ShopsService(FitCareDbContext context)
 {
     this.context = context;
 }
 public EncouragementMsgsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #4
0
 public ReinforcementMsgsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #5
0
 public RpegradeService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #6
0
 public AchievementsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #7
0
 public GameLevelsService(FitCareDbContext context)
 {
     this.context = context;
 }
 public BehavioralTypesService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #9
0
 public PowerUpsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #10
0
 public QuestsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #11
0
 public CriterionPeriodsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #12
0
 public SettingsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #13
0
 public PlayerProfileServiceService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #14
0
 public PlayerDetailsService(FitCareDbContext context)
 {
     this.context = context;
 }
 public TargetPeakHrgradeService(FitCareDbContext context)
 {
     this.context = context;
 }
 public PlayerAchievementInfoesService(FitCareDbContext context)
 {
     this.context = context;
 }
 public NotificationMessagesService(FitCareDbContext context)
 {
     this.context = context;
 }
 public CompletionGradesService(FitCareDbContext context)
 {
     this.context = context;
 }
 public MotivatedEatingActivitiesService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #20
0
 public PlayerShopInfoesService(FitCareDbContext context)
 {
     this.context = context;
 }
 public CurrentEatingActivityHistoriesService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #22
0
 public CurrentEatingActivityOptionsService(FitCareDbContext context)
 {
     this.context = context;
 }
Пример #23
0
 public FitcareWebAPI(FitCareDbContext context)
 {
     _context = context;
 }
Пример #24
0
 public ValuesController(FitCareDbContext context)
 {
     _context = context;
 }