Небольшие исправления

This commit is contained in:
Tonby73 2024-11-24 14:11:23 +04:00
parent ea59725800
commit 6aa29f1308
2 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ WHERE [Id] = @Id";
UPDATE Employees
SET
FullName = @FullName,
EmployeeJob = @EmployeeHob
EmployeeJob = @EmployeeJob
WHERE Id = @Id";
connection.Execute(queryUpdate, Employee);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB