Removed dupe inline IClient from ChatHubClientResultsStronglyTyped

pull/138/head
Wade Pickett 2023-03-31 10:41:36 -07:00
parent 0c001833a0
commit c4aee8f944
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ using static System.Runtime.InteropServices.JavaScript.JSType;
namespace SignalRHubsSample.Hubs;
// <snippet_HubClientResultsStronglyTyped>
public interface IClient
{
Task<string> GetMessage();
}
public class ChatHubClientResultsStronglyTyped : Hub
{
public interface IClient