Ejemplo n.º 1
0
 public List <MatchDouble> GetMatchDoubleSerie(int v)
 {
     DataContext.DCMatch dc = new DataContext.DCMatch();
     return(dc.findMatchDoubleEquipe(v, id));
 }
Ejemplo n.º 2
0
 internal List <Match> GetMatchSerie(int v)
 {
     DataContext.DCMatch dc = new DataContext.DCMatch();
     return(dc.findMatchJoueurEquipe(v, id));
 }