public ChatHub(HelloRestApiContext helloRestApiContext)
 {
     _context = helloRestApiContext;
 }
Exemple #2
0
 public HelloesController(HelloRestApiContext context)
 {
     _context = context;
 }