Ejemplo n.º 1
0
 public CoursesController(ICoursesCommandService commandService)
 {
     CommandService = commandService;
 }
Ejemplo n.º 2
0
 public CourseSignupProcessor(ICoursesCommandService commandService, IEmailProvider emailProvider)
 {
     CommandService = commandService;
     EmailProvider  = emailProvider;
 }