Files

7 lines
95 B
C#
Raw Permalink Normal View History

2023-04-15 17:33:42 +08:00
namespace Yi.Framework.Module.FileManager
{
public interface IFileService
{
}
}