Beispiel #1
0
 public IEnumerable <Hero> Get(int page = 1, int max = 1000)
 {
     return(_repository.All(page, max).ToList());
 }