SqlSugar/Src/Asp.Net/SqlSugar.Extensions.DataCache/RedisCache.cs
sunkaixuan 7aadc05977 -
2017-10-11 11:19:45 +08:00

13 lines
194 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SqlSugar.Extensions
{
public class RedisCache
{
}
}