Example #1
0
 public CourseController(ICourseService courseService, IProfileService profileService, ILearningMaterialService learningService)
 {
     _courseService         = courseService;
     _profileService        = profileService;
     _learningService       = learningService;
     _courseServiceExternal = new CourseServiceExternal.CourseServiceClient();
 }
 public CourseController(ICourseService courseService, IProfileService profileService, ILearningMaterialService learningService)
 {
     _courseService = courseService;
     _profileService = profileService;
     _learningService = learningService;
     _courseServiceExternal = new CourseServiceExternal.CourseServiceClient();
 }