8 lines
186 B
C#
8 lines
186 B
C#
namespace Shared.Models.Base
|
|
{
|
|
public interface IProxyLink
|
|
{
|
|
public string Encrypt(string uri, string plugin, DateTime ex = default, bool IsProxyImg = false);
|
|
}
|
|
}
|