Interface IStudentPlacementSalaryService
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public interface IStudentPlacementSalaryService : IEntityService<StudentPlacementSalaryEntity>, IService
Methods
SaveStudentPlacementSalary(SaveStudentPlacementSalaryRequest)
Declaration
SaveStudentPlacementSalaryResponse SaveStudentPlacementSalary(SaveStudentPlacementSalaryRequest payload)
Parameters
Type | Name | Description |
---|---|---|
SaveStudentPlacementSalaryRequest | payload |
Returns
Type | Description |
---|---|
SaveStudentPlacementSalaryResponse |