Class InstructorCourseAssociationServiceBase
Abstract base class - InstructorCourseAssociationServiceBase
Inheritance
System.Object
InstructorCourseAssociationServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<InstructorCourseAssociationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class InstructorCourseAssociationServiceBase : EntityService<InstructorCourseAssociationEntity>, IInstructorCourseAssociationService, IEntityService<InstructorCourseAssociationEntity>, IService
Constructors
InstructorCourseAssociationServiceBase()
Declaration
protected InstructorCourseAssociationServiceBase()
Methods
AssociateInstructorToCourse(AssociateInstructorToCourseRequest)
Declaration
public virtual AssociateInstructorToCourseResponse AssociateInstructorToCourse(AssociateInstructorToCourseRequest request)
Parameters
Type | Name | Description |
---|---|---|
AssociateInstructorToCourseRequest | request |
Returns
Type | Description |
---|---|
AssociateInstructorToCourseResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService