Пример #1
0
 public IQueryable <QbgQueue> GetAll()
 {
     return(queueRepository.GetAll());
 }