forked from ddrilling/AsbCloudServer
8 lines
139 B
C#
8 lines
139 B
C#
namespace AsbCloudWebApi.SignalR
|
|
{
|
|
public interface IReportHubClient
|
|
{
|
|
float GetReportProgress(float progress);
|
|
}
|
|
}
|