Beispiel #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();
 }
 public LearningMaterialController(ILearningMaterialService learningMatservice)
 {
     _learningMatService = learningMatservice;
 }
Beispiel #4
0
 public LearningMaterialController(ILearningMaterialService learningMatservice)
 {
     _learningMatService = learningMatservice;
 }