Class StudentPlacementVerificationServiceBase
Abstract base class - StudentPlacementVerificationServiceBase
Inheritance
System.Object
StudentPlacementVerificationServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentPlacementVerificationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public abstract class StudentPlacementVerificationServiceBase : EntityService<StudentPlacementVerificationEntity>, IStudentPlacementVerificationService, IEntityService<StudentPlacementVerificationEntity>, IService
Constructors
StudentPlacementVerificationServiceBase()
Declaration
protected StudentPlacementVerificationServiceBase()
Methods
SaveStudentPlacementVerification(SaveStudentPlacementVerificationRequest)
Declaration
public virtual SaveStudentPlacementVerificationResponse SaveStudentPlacementVerification(SaveStudentPlacementVerificationRequest payload)
Parameters
Type | Name | Description |
---|---|---|
SaveStudentPlacementVerificationRequest | payload |
Returns
Type | Description |
---|---|
SaveStudentPlacementVerificationResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService