Class UrlShortingPublicAppService
Inheritance
UrlShortingPublicAppService
Implements
IApplicationService
IRemoteService
Assembly: Volo.CmsKit.Pro.Public.Application.dll
Syntax
public class UrlShortingPublicAppService : ApplicationService, IUrlShortingPublicAppService, IApplicationService, IRemoteService
Constructors
UrlShortingPublicAppService(IShortenedUrlRepository, IDistributedCache<ShortenedUrlCacheItem, string>)
Declaration
public UrlShortingPublicAppService(IShortenedUrlRepository shortenedUrlRepository, IDistributedCache<ShortenedUrlCacheItem, string> shortenedUrlCache)
Parameters
Methods
FindBySourceAsync(string)
Declaration
public virtual Task<ShortenedUrlDto> FindBySourceAsync(string source)
Parameters
Type |
Name |
Description |
string |
source |
|
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService