Example #1
0
 public DataTable GetGolfJugadores(int grupoId)
 {
     return(GolfGrupos.GetJugadores(grupoId));
 }