dotnet-storage/PoweredSoft.Storage.Core/IDirectory.cs
2020-03-13 11:18:25 -04:00

8 lines
110 B
C#

namespace PoweredSoft.Storage.Core
{
public interface IDirectoryInfo : IDirectoryOrFile
{
}
}