☑ Kizspy. me In this question, you are asked to write an application that provide some APIs.
Note that you must:
- using the root path
http://localhost:5000
- using database connection string in the file appsettings.json as pattern:
{
"ConnectionStrings": {
"MyCnn": ""
}
"MyCnn" is a provided key, and students are not allowed to modify it.
You are asked to build three APIs, as following:
Zoom
+ 100%
Employee
DELETE
/api/Employee/Delete/{EmployeeId}
Close