Files

13 lines
224 B
C#
Raw Permalink Normal View History

2023-04-19 11:19:36 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Furion.Application.Rbac.Services
{
public interface IMonitorCacheService
{
}
}