메소드 | 설명 | |
---|---|---|
IsGdUrlShorteningService ( ILogger logger, IShortUrlCacheRepository shortUrlCacheRepository, IConfigurationHelper configurationHelper ) : System.IO |
Initializes a new instance of the IsGdUrlShorteningService class.
|
메소드 | 설명 | |
---|---|---|
GetShortUrl ( string longUrl ) : string |
The get short url.
|
protected GetShortUrl ( string longUrl ) : string | ||
longUrl | string | /// The long url. /// |
리턴 | string |
public IsGdUrlShorteningService ( ILogger logger, IShortUrlCacheRepository shortUrlCacheRepository, IConfigurationHelper configurationHelper ) : System.IO | ||
logger | ILogger | /// The logger. /// |
shortUrlCacheRepository | IShortUrlCacheRepository | /// The short url cache repository. /// |
configurationHelper | IConfigurationHelper | /// The configuration Helper. /// |
리턴 | System.IO |