IEmployment | |
public interface IEmploymentTypeEntityService : IEmploymentTypeQueryService, IBusinessService
The IEmploymentTypeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new EmploymentType | |
| Delete | Deletes the specified EmploymentType. | |
| Get |
Gets a list of EmploymentTypes matching the specified filter.
(Inherited from IEmploymentTypeQueryService) | |
| GetAll |
Gets all EmploymentTypes
(Inherited from IEmploymentTypeQueryService) | |
| GetSingle |
Gets a single EmploymentType matching the provided filter.
(Inherited from IEmploymentTypeQueryService) | |
| Update | Updates the specified EmploymentType |