feat: se implementan informantes

This commit is contained in:
Leonel Toro 2025-07-21 10:42:34 -04:00
parent 92ce18173e
commit e83a41cd54
4 changed files with 11 additions and 4 deletions

View file

@ -33,7 +33,8 @@ namespace DAL
await connection.ExecuteAsync(query, new { Ids = medicionesGuardadas });
return true;
}
catch(Exception ex) {
catch (Exception ex)
{
throw new Exception($"Error {ex.Message}");
}