示例#1
0
 public GetUserWorkoutPlanQueryHandler(WorkoutManagingServiceContext context)
 {
     _context = context;
 }
示例#2
0
 public DeleteWorkoutPlanCommandHandler(WorkoutManagingServiceContext context)
 {
     _context = context;
 }
 public UpdateWorkoutCommandHandler(WorkoutManagingServiceContext context)
 {
     _context = context;
 }
示例#4
0
 public GetExercisesQueryHandler(WorkoutManagingServiceContext context)
 {
     _context = context;
 }
示例#5
0
 public UsersStartUp(IRestClient restClient, WorkoutManagingServiceContext context)
 {
     _restClient = restClient;
     _context    = context;
 }
 public GetFatiguesLevelsQueryHandler(WorkoutManagingServiceContext context)
 {
     _context = context;
 }
 public AddUserCommandHandler(WorkoutManagingServiceContext context)
 {
     _context = context;
 }