Files
server/MareSynchronosServer/MareSynchronosStaticFilesServer/Services/IClientReadyMessageService.cs
2024-11-06 12:51:23 +01:00

7 lines
160 B
C#

namespace MareSynchronosStaticFilesServer.Services;
public interface IClientReadyMessageService
{
Task SendDownloadReady(string uid, Guid requestId);
}