Interface ILastEmploymentActivityService
Service to load, save and delete services.
Assembly: Simplic.Telematic.Core.dll
Syntax
public interface ILastEmploymentActivityService
Methods
|
Improve this Doc
View Source
Delete(LastEmploymentActivity)
Deletes the given last employment activity.
Declaration
bool Delete(LastEmploymentActivity obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Delete(Guid)
Deletes the last employment activity with the given employment id.
Declaration
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Get(Guid)
Gets the last activity for the employment with the given id.
Declaration
LastEmploymentActivity Get(Guid id)
Parameters
Type |
Name |
Description |
System.Guid |
id |
|
Returns
|
Improve this Doc
View Source
GetAll()
Gets all last activitys for all employments.
Declaration
IEnumerable<LastEmploymentActivity> GetAll()
Returns
|
Improve this Doc
View Source
Save(LastEmploymentActivity)
Saves the last activity for an employment.
Declaration
bool Save(LastEmploymentActivity obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|