DeviceManager/DeviceRepair.Api/Runtime.cs

9 lines
155 B
C#
Raw Permalink Normal View History

2024-05-30 15:52:57 +00:00
using System.Web.Caching;
namespace DeviceRepair.Api
{
public static class Runtime
{
public static Cache @Cachce = new Cache();
}
}