Class LeadVendorServiceBase
Abstract base class - LeadVendorServiceBase
Inheritance
System.Object
LeadVendorServiceBase
Implements
Cmc.Core.ServiceModel.IService
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public abstract class LeadVendorServiceBase : EntityService<LeadVendorEntity>, ILeadVendorService, IEntityService<LeadVendorEntity>, IService
Constructors
LeadVendorServiceBase()
Declaration
protected LeadVendorServiceBase()
Methods
CheckAssociationLeadSourceVendor(LeadVendorRequest)
Declaration
public virtual LeadVendorResponse CheckAssociationLeadSourceVendor(LeadVendorRequest request)
Parameters
Returns
DeleteLeadVendor(LeadVendorRequest)
Declaration
public virtual LeadVendorResponse DeleteLeadVendor(LeadVendorRequest request)
Parameters
Returns
SaveLeadVendor(LeadVendorRequest)
Declaration
public virtual LeadVendorResponse SaveLeadVendor(LeadVendorRequest request)
Parameters
Returns
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService