Ejemplo n.º 1
0
 public List <Match> GetAll(Match match)
 {
     return(_matchQuery.GetAll(match).ToList());
 }