示例#1
0
 public static List <Grupo> ListarGruposPorNome(string nome)
 {
     return(GrupoRepositorio.ListarGruposPorNome(nome));
 }