public IEnumerable <HubUserConnection> GetHubUserConnections()
 {
     return(_HubUserConnectionRepository.GetAll());
 }
Example #2
0
 public IQueryable <HubUserConnection> GetHubUserConnections()
 {
     return(_repository.GetAll());
 }