mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 08:10:51 +08:00
7 lines
95 B
C#
7 lines
95 B
C#
|
|
namespace Yi.Framework.Module.FileManager
|
|||
|
|
{
|
|||
|
|
public interface IFileService
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|