Небольшие исправления
This commit is contained in:
parent
ea59725800
commit
6aa29f1308
@ -110,7 +110,7 @@ WHERE [Id] = @Id";
|
||||
UPDATE Employees
|
||||
SET
|
||||
FullName = @FullName,
|
||||
EmployeeJob = @EmployeeHob
|
||||
EmployeeJob = @EmployeeJob
|
||||
WHERE Id = @Id";
|
||||
connection.Execute(queryUpdate, Employee);
|
||||
}
|
||||
|
BIN
project/newProject/DataBaseOTP.jpg
Normal file
BIN
project/newProject/DataBaseOTP.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
Loading…
Reference in New Issue
Block a user