Example #1
0
 public IEnumerable <Deportista> GetAllDeportista()
 {
     return(DeportistaRepositorio.GetAllDeportistas());
 }