feat: se implementan informantes
This commit is contained in:
parent
92ce18173e
commit
e83a41cd54
4 changed files with 11 additions and 4 deletions
|
@ -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}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue