This commit is contained in:
fedpo
2024-09-08 02:39:13 +01:00
parent c15ae743ab
commit 393caac989
65 changed files with 1138 additions and 282 deletions

View File

@@ -22,7 +22,7 @@ namespace Modelo
}
catch (DbUpdateException ex)
{
Console.Error.WriteLine(ex);
throw;
}
return ret;