Interface IStudentCertificationService
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public interface IStudentCertificationService : IEntityService<StudentCertificationEntity>, IService
Methods
SaveStudentCertification(SaveStudentCertificationRequest)
Declaration
SaveStudentCertificationResponse SaveStudentCertification(SaveStudentCertificationRequest payload)
Parameters
Type | Name | Description |
---|---|---|
SaveStudentCertificationRequest | payload |
Returns
Type | Description |
---|---|
SaveStudentCertificationResponse |