public GetPlannedLessonsForTutorRequestHandler(IAsyncUserService userService,
                                                IAsyncTutorService tutorService,
                                                IIdentityService identityService)
     : base(userService, tutorService, identityService)
 {
 }
コード例 #2
0
 public DeleteTutorLearningProfileRequestHandler(IAsyncUserService userService,
                                                 IAsyncTutorService tutorService,
                                                 IIdentityService identityService)
     : base(userService, tutorService, identityService)
 {
 }
 public GetTutorsForLessonTopicCategoryRequestHandler(IAsyncUserService userService,
                                                      IAsyncTutorService tutorService,
                                                      IIdentityService identityService)
     : base(userService, tutorService, identityService)
 {
 }
コード例 #4
0
 public AcceptNewLessonByTutorRequestHandler(IAsyncUserService userService,
                                             IAsyncTutorService tutorService,
                                             IIdentityService identityService)
     : base(userService, tutorService, identityService)
 {
 }