Example #1
0
 public List <Queue> GetSaved(Guid userId)
 {
     return(_userQueryService.GetSavedQueues(userId));
 }