mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 10:28:11 -05:00
5 lines
122 B
C#
5 lines
122 B
C#
namespace Cleanuparr.Infrastructure.Features.Files;
|
|
|
|
public interface IUnixHardLinkFileService : ISpecificFileService
|
|
{
|
|
} |