Ejemplo n.º 1
0
 public List <SportMatch> GetBySport(string id)
 {
     return(_repository.GetBySport(id));
 }