public CoursesController(ICoursesCommandService commandService) { CommandService = commandService; }
public CourseSignupProcessor(ICoursesCommandService commandService, IEmailProvider emailProvider) { CommandService = commandService; EmailProvider = emailProvider; }