コード例 #1
0
 public static void EditarGrupo(int id, string nome)
 {
     GrupoRepositorio.EditarGrupo(id, nome);
 }