Class SavePendingApplicantsRequest
Inheritance
System.Object
SavePendingApplicantsRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SavePendingApplicantsRequest : ServiceRequest
Constructors
SavePendingApplicantsRequest()
Declaration
public SavePendingApplicantsRequest()
Properties
PendingApplicantDetailsList
Declaration
public List<PendingApplicantDetails> PendingApplicantDetailsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PendingApplicantDetails> |