Class StudentCertificationServiceBase
Abstract base class - StudentCertificationServiceBase
Inheritance
System.Object
StudentCertificationServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentCertificationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public abstract class StudentCertificationServiceBase : EntityService<StudentCertificationEntity>, IStudentCertificationService, IEntityService<StudentCertificationEntity>, IService
Constructors
StudentCertificationServiceBase()
Declaration
protected StudentCertificationServiceBase()
Methods
SaveStudentCertification(SaveStudentCertificationRequest)
Declaration
public virtual SaveStudentCertificationResponse SaveStudentCertification(SaveStudentCertificationRequest payload)
Parameters
Type | Name | Description |
---|---|---|
SaveStudentCertificationRequest | payload |
Returns
Type | Description |
---|---|
SaveStudentCertificationResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService