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