Class GetDuplicateEmployerResponse
Inheritance
System.Object
GetDuplicateEmployerResponse
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class GetDuplicateEmployerResponse : ServiceResponse
Constructors
GetDuplicateEmployerResponse()
Declaration
public GetDuplicateEmployerResponse()
Properties
DuplicateEmployerList
Declaration
public ICollection<DuplicateEmployerCustom> DuplicateEmployerList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DuplicateEmployerCustom> |