Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created November 26, 2017 00:07
Show Gist options
  • Save radu-matei/4df09d4a3b955e697ef64bb7fba06382 to your computer and use it in GitHub Desktop.
Save radu-matei/4df09d4a3b955e697ef64bb7fba06382 to your computer and use it in GitHub Desktop.
using Microsoft.AspNetCore.SignalR;
namespace signalr_mvc
{
public class NotificationsHub : Hub
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment