Class SaveLeadSourceExpenseResponse
Inheritance
System.Object
SaveLeadSourceExpenseResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveLeadSourceExpenseResponse : ServiceResponse
Constructors
SaveLeadSourceExpenseResponse()
Declaration
public SaveLeadSourceExpenseResponse()
Properties
LeadSourceExpenseList
Gets save request for the list of LeadSourceExpenseEntity.
Declaration
public List<LeadSourceExpenseEntity> LeadSourceExpenseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LeadSourceExpenseEntity> |