7 lines
160 B
C#
7 lines
160 B
C#
namespace MareSynchronosStaticFilesServer.Services;
|
|
|
|
public interface IClientReadyMessageService
|
|
{
|
|
void SendDownloadReady(string uid, Guid requestId);
|
|
}
|