Class StudentEnrollmentTermConfirmationServiceBase
Abstract base class - StudentEnrollmentTermConfirmationServiceBase
Inheritance
System.Object
StudentEnrollmentTermConfirmationServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentEnrollmentTermConfirmationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class StudentEnrollmentTermConfirmationServiceBase : EntityService<StudentEnrollmentTermConfirmationEntity>, IStudentEnrollmentTermConfirmationService, IEntityService<StudentEnrollmentTermConfirmationEntity>, IService
Constructors
StudentEnrollmentTermConfirmationServiceBase()
Declaration
protected StudentEnrollmentTermConfirmationServiceBase()
Methods
SaveStudentEnrollmentTermConfirmation(StudentEnrollmentTermConfirmationRequest)
Declaration
public virtual SaveStudentEnrollmentTermConfirmationResponse SaveStudentEnrollmentTermConfirmation(StudentEnrollmentTermConfirmationRequest request)
Parameters
Type | Name | Description |
---|---|---|
StudentEnrollmentTermConfirmationRequest | request |
Returns
Type | Description |
---|---|
SaveStudentEnrollmentTermConfirmationResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService