Is there a way to achieve Dependency Injection within the constructor of a SignalR Hub?
Good day all, in my SignalR Hub on my ASP.NET MVC Application i am trying to inject a “NotificationService” class into the constructor of my SignalR Hub.
Good day all, in my SignalR Hub on my ASP.NET MVC Application i am trying to inject a “NotificationService” class into the constructor of my SignalR Hub.