Exemplo n.º 1
0
 public bool PutGrupo(int id, Grupo grupo)
 {
     return(GrupoRepositorio.UpdateGrupo(id, grupo));
 }