Class SaveReassignLeadsResponse
Inheritance
System.Object
SaveReassignLeadsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveReassignLeadsResponse : ServiceResponse
Constructors
SaveReassignLeadsResponse()
Declaration
public SaveReassignLeadsResponse()
Properties
ProspectInquiryEntityList
Gets or sets the ProspectInquiry entity list.
Declaration
public List<ProspectInquiryEntity> ProspectInquiryEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProspectInquiryEntity> |