Interface IStudentContactPreferenceService
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface IStudentContactPreferenceService : IEntityService<StudentContactPreferenceEntity>, IService
Methods
SaveContact(SetStudentPreferredContactMethodRequest)
Saves the StudentContactPreferences.
Declaration
SetStudentPreferredContactMethodResponse SaveContact(SetStudentPreferredContactMethodRequest request)
Parameters
Type | Name | Description |
---|---|---|
SetStudentPreferredContactMethodRequest | request | The SetStudentContactPreferenceRequest Object contains the Contact Method details that need to be saved. |
Returns
Type | Description |
---|---|
SetStudentPreferredContactMethodResponse | Returns the SetStudentContactPreferenceResponse list with the following values: Details of Contact Method record for a Student that were committed or not committed to the database. |