Interface IMarkedItemPublicAppService
Namespace: Volo.CmsKit.Public.MarkedItems
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
Syntax
public interface IMarkedItemPublicAppService : IApplicationService, IRemoteService
Methods
GetForUserAsync(string, string)
Declaration
Task<MarkedItemWithToggleDto> GetForUserAsync(string entityType, string entityId)
Parameters
Type | Name | Description |
---|---|---|
string | entityType | |
string | entityId |
Returns
Type | Description |
---|---|
Task<MarkedItemWithToggleDto> |
ToggleAsync(string, string)
Declaration
Task<bool> ToggleAsync(string entityType, string entityId)
Parameters
Type | Name | Description |
---|---|---|
string | entityType | |
string | entityId |
Returns
Type | Description |
---|---|
Task<bool> |