Class ContactPublicAppService
Inheritance
ContactPublicAppService
Assembly: Volo.CmsKit.Pro.Public.Application.dll
[RequiresFeature(new string[] { "CmsKitPro.ContactEnable" })]
[RequiresGlobalFeature("CmsKitPro.Contact")]
public class ContactPublicAppService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IContactPublicAppService, IApplicationService, IRemoteService
Constructors
Declaration
public ContactPublicAppService(ContactEmailSender contactEmailSender, IOptions<CmsKitContactConfigOptions> cmsKitContactOptions)
Parameters
Properties
Declaration
protected ContactEmailSender ContactEmailSender { get; }
Property Value
Methods
Declaration
public virtual Task SendMessageAsync(ContactCreateInput input)
Parameters
Returns
Implements
Extension Methods