using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DW5S.Repostory { public static class CacheKeys { public const string AllXlSat = "AllXlSat"; public const string AllSat = "AllSat"; } }