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