示例#1
0
 public HubBase(IHubContextHolder <TDto> context)
 {
     _context = context;
 }
示例#2
0
 public PriceHub(IHubContextHolder <Price> context) : base(context)
 {
 }
 public TradeEventHub(IHubContextHolder <TradeEvent> context) : base(context)
 {
 }