forked from ddrilling/AsbCloudServer
8 lines
91 B
C#
8 lines
91 B
C#
|
namespace AsbCloudWebApi.SignalR
|
|||
|
{
|
|||
|
public interface IReportHubClient
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|