Interface IGlobalResourcePublicAppService
Namespace: Volo.CmsKit.Public.GlobalResources
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public interface IGlobalResourcePublicAppService : IApplicationService, IRemoteService
Methods
GetGlobalScriptAsync()
Declaration
Task<GlobalResourceDto> GetGlobalScriptAsync()
Returns
Type | Description |
---|---|
Task<GlobalResourceDto> |
GetGlobalStyleAsync()
Declaration
Task<GlobalResourceDto> GetGlobalStyleAsync()
Returns
Type | Description |
---|---|
Task<GlobalResourceDto> |