Show / Hide Table of Contents

Class ContactPublicAppService

Inheritance
object
ContactPublicAppService
Implements
IContactPublicAppService
IApplicationService
IRemoteService
Namespace: Volo.CmsKit.Public.Contact
Assembly: Volo.CmsKit.Pro.Public.Application.dll
Syntax
public class ContactPublicAppService : ApplicationService, IContactPublicAppService, IApplicationService, IRemoteService

Constructors

ContactPublicAppService(ContactEmailSender, IOptions<CmsKitContactConfigOptions>)

Declaration
public ContactPublicAppService(ContactEmailSender contactEmailSender, IOptions<CmsKitContactConfigOptions> cmsKitContactOptions)
Parameters
Type Name Description
ContactEmailSender contactEmailSender
IOptions<CmsKitContactConfigOptions> cmsKitContactOptions

Properties

ContactEmailSender

Declaration
protected ContactEmailSender ContactEmailSender { get; }
Property Value
Type Description
ContactEmailSender

Methods

SendMessageAsync(ContactCreateInput)

Declaration
public virtual Task SendMessageAsync(ContactCreateInput input)
Parameters
Type Name Description
ContactCreateInput input
Returns
Type Description
Task

Implements

IContactPublicAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft