Ejemplo n.º 1
0
 public IActionResult GetRange(int skip, int take)
 {
     return(Ok(_repo.GetRange(skip, take)));
 }