Example #1
0
 public IQueryable <MoveQueueTypes> IndexDb() => _movequeuetypesRepository.IndexDb();
 public List <MoveQueueTypes> getMoveQueueTypes()
 {
     return(_movequeuetypesRepository.IndexDb().ToList());
 }