示例#1
0
 public bool DeleteGrupo(int id)
 {
     return(GrupoRepositorio.DeleteDeportista(id));
 }