Events on desktop

This commit is contained in:
Dimitar Byalkov
2023-06-09 07:18:11 +02:00
parent f90e73d544
commit cc0cc3d7f7
17 changed files with 813 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ namespace Data
var writer = cmd.ExecuteNonQuery();
if (writer == -1)
{
throw new DatabaseOperationException("Database error: Complaint not created");
throw new DatabaseOperationException("Database error: Complaint not updated");
}
}
}