Class PendingEmployerServiceBase
Abstract base class - PendingEmployerServiceBase
Inheritance
System.Object
    PendingEmployerServiceBase
  Implements
Cmc.Core.ServiceModel.IEntityService<PendingEmployerEntity>
    Cmc.Core.ServiceModel.IService
  Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public abstract class PendingEmployerServiceBase : EntityService<PendingEmployerEntity>, IPendingEmployerService, IEntityService<PendingEmployerEntity>, IService
  Constructors
PendingEmployerServiceBase()
Declaration
protected PendingEmployerServiceBase()
  Methods
GetDuplicatePendingEmployerProcess(GetDuplicatePendingEmployerProcessRequest)
Declaration
public virtual GetDuplicatePendingEmployerProcessResponse GetDuplicatePendingEmployerProcess(GetDuplicatePendingEmployerProcessRequest request)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GetDuplicatePendingEmployerProcessRequest | request | 
Returns
| Type | Description | 
|---|---|
| GetDuplicatePendingEmployerProcessResponse | 
SavePendingEmployerProcess(SavePendingEmployerProcessRequest)
Declaration
public virtual SavePendingEmployerProcessResponse SavePendingEmployerProcess(SavePendingEmployerProcessRequest request)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SavePendingEmployerProcessRequest | request | 
Returns
| Type | Description | 
|---|---|
| SavePendingEmployerProcessResponse | 
Implements
      Cmc.Core.ServiceModel.IEntityService<>
  
  
      Cmc.Core.ServiceModel.IService