Interface IStudentRelationshipAddressService
Represents a service contract for interacting with the StudentRelationshipAddressEntity entity.
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface IStudentRelationshipAddressService : IEntityService<StudentRelationshipAddressEntity>, IService
Methods
SetDefaultStudentRelationshipAddress(SetDefaultStudentRelationshipAddressRequest)
Set default student address
Declaration
SetDefaultStudentRelationshipAddressResponse SetDefaultStudentRelationshipAddress(SetDefaultStudentRelationshipAddressRequest request)
Parameters
Type | Name | Description |
---|---|---|
SetDefaultStudentRelationshipAddressRequest | request |
Returns
Type | Description |
---|---|
SetDefaultStudentRelationshipAddressResponse |