DeviceManager/DeviceRepair.Api/Runtime.cs
2024-05-30 23:52:57 +08:00

9 lines
155 B
C#

using System.Web.Caching;
namespace DeviceRepair.Api
{
public static class Runtime
{
public static Cache @Cachce = new Cache();
}
}