Files
2024-12-21 18:00:43 +08:00

6 lines
87 B
C#

namespace Yi.Framework.Rbac.Domain.Managers;
public interface IFileManager
{
}