Feat: commit antes de mostrar el codigo.

- Añadido alta propiedad
- Arreglado alta inq/prop
- Añadida pantalla de menu
This commit is contained in:
2024-11-26 08:36:03 -03:00
parent e9b3baa9ca
commit 29f7dc4efe
17 changed files with 164 additions and 83 deletions

View File

@@ -18,7 +18,7 @@ public abstract class RepositorioBase<S>
context.SaveChanges();
context.Dispose();
ret = true;
} catch (DbUpdateException ex)
} catch (Exception ex)
{
Console.Error.WriteLine(ex.Message);
}