Class StudentContactPreferenceServiceBase
Abstract base class - StudentContactPreferenceServiceBase
Inheritance
System.Object
StudentContactPreferenceServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentContactPreferenceEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class StudentContactPreferenceServiceBase : EntityService<StudentContactPreferenceEntity>, IStudentContactPreferenceService, IEntityService<StudentContactPreferenceEntity>, IService
Constructors
StudentContactPreferenceServiceBase()
Declaration
protected StudentContactPreferenceServiceBase()
Methods
SaveContact(SetStudentPreferredContactMethodRequest)
Declaration
public virtual SetStudentPreferredContactMethodResponse SaveContact(SetStudentPreferredContactMethodRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| SetStudentPreferredContactMethodRequest | request |
Returns
| Type | Description |
|---|---|
| SetStudentPreferredContactMethodResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService