コード例 #1
0
 public CoursesController(ICoursesCommandService commandService)
 {
     CommandService = commandService;
 }
コード例 #2
0
 public CourseSignupProcessor(ICoursesCommandService commandService, IEmailProvider emailProvider)
 {
     CommandService = commandService;
     EmailProvider  = emailProvider;
 }