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