Files

13 lines
225 B
C#
Raw Permalink Normal View History

2023-04-19 22:38:46 +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 IMonitorServerService
{
}
}