7 lines
146 B
C#
7 lines
146 B
C#
![]() |
namespace MareSynchronosStaticFilesServer.Services;
|
||
|
|
||
|
public interface ITouchHashService : IHostedService
|
||
|
{
|
||
|
void TouchColdHash(string hash);
|
||
|
}
|