Files
GPW/GPW.CORE.Api/Data/IRedisCacheClient.cs
T

6 lines
85 B
C#

namespace GPW.CORE.Api.Data
{
public interface IRedisCacheClient
{
}
}