Server create container&element
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace FileTime.Server.Common.Connections.SignalR;
|
||||
|
||||
public interface ISignalRHub
|
||||
{
|
||||
Task Exit();
|
||||
Task CreateContainerAsync(string contentProviderId, string fullName);
|
||||
Task CreateElementAsync(string contentProviderId, string fullName);
|
||||
}
|
||||
Reference in New Issue
Block a user