public GetPlannedLessonsForTutorRequestHandler(IAsyncUserService userService, IAsyncTutorService tutorService, IIdentityService identityService) : base(userService, tutorService, identityService) { }
public DeleteTutorLearningProfileRequestHandler(IAsyncUserService userService, IAsyncTutorService tutorService, IIdentityService identityService) : base(userService, tutorService, identityService) { }
public GetTutorsForLessonTopicCategoryRequestHandler(IAsyncUserService userService, IAsyncTutorService tutorService, IIdentityService identityService) : base(userService, tutorService, identityService) { }
public AcceptNewLessonByTutorRequestHandler(IAsyncUserService userService, IAsyncTutorService tutorService, IIdentityService identityService) : base(userService, tutorService, identityService) { }