mañana sigo

This commit is contained in:
2025-01-14 04:28:45 -03:00
parent 013744d129
commit a000b7bd39
2 changed files with 28 additions and 7 deletions

View File

@@ -164,10 +164,6 @@ public class RepositorioUsuarios: RepositorioBase<RepositorioUsuarios> {
} else {
cli.Habilitado = 0;
}
if (cli.Idgrupos.Any()){
}
return Guardar(con);
}