Class EmployerContactServiceBase
Abstract base class - EmployerContactServiceBase
Inheritance
System.Object
EmployerContactServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<EmployerContactEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public abstract class EmployerContactServiceBase : EntityService<EmployerContactEntity>, IEmployerContactService, IEntityService<EmployerContactEntity>, IService
Constructors
EmployerContactServiceBase()
Declaration
protected EmployerContactServiceBase()
Methods
SaveEmployerContact(SaveEmployerContactRequest)
Declaration
public virtual SaveEmployerContactResponse SaveEmployerContact(SaveEmployerContactRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveEmployerContactRequest | request |
Returns
Type | Description |
---|---|
SaveEmployerContactResponse |
SaveEmployerContactDataChange(SaveEmployerContactDataChangeRequest)
Declaration
public virtual SaveEmployerContactDataChangeResponse SaveEmployerContactDataChange(SaveEmployerContactDataChangeRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveEmployerContactDataChangeRequest | request |
Returns
Type | Description |
---|---|
SaveEmployerContactDataChangeResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService