9 lines
155 B
C#
9 lines
155 B
C#
|
using System.Web.Caching;
|
|||
|
|
|||
|
namespace DeviceRepair.Api
|
|||
|
{
|
|||
|
public static class Runtime
|
|||
|
{
|
|||
|
public static Cache @Cachce = new Cache();
|
|||
|
}
|
|||
|
}
|