Interface ITemplateContentAppService
Assembly: Volo.Abp.TextTemplateManagement.Application.Contracts.dll
Syntax
public interface ITemplateContentAppService : IApplicationService, IRemoteService
Methods
GetAsync(GetTemplateContentInput)
Declaration
Task<TextTemplateContentDto> GetAsync(GetTemplateContentInput input)
Parameters
Returns
RestoreToDefaultAsync(RestoreTemplateContentInput)
Declaration
Task RestoreToDefaultAsync(RestoreTemplateContentInput input)
Parameters
Returns
UpdateAsync(UpdateTemplateContentInput)
Declaration
Task<TextTemplateContentDto> UpdateAsync(UpdateTemplateContentInput input)
Parameters
Returns
Extension Methods