Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace app.SignalR
|
||||
{
|
||||
public class NotifyHub : Hub
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user