Exemplo n.º 1
0
 public IEnumerable <int> GetNumbers()
 {
     return(_exampleRepository.GetNumbers().OrderBy(x => x));
 }