Skip to content

Commit f04b47b

Browse files
committed
Addressing build errors
1 parent 007db29 commit f04b47b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NorthwindCRUD/Controllers/EmployeesController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public ActionResult<PagedResultDto<EmployeeDto>> GetAllEmployees(int? skip, int?
7070
}
7171
}
7272

73-
7473
[HttpGet("{id}")]
7574
public ActionResult<EmployeeDto> GetById(int id)
7675
{

NorthwindCRUD/Controllers/OrdersController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public ActionResult<PagedResultDto<OrderDto>> GetAllOrders(int? skip, int? top,
7575
}
7676
}
7777

78-
7978
[HttpGet("{id}")]
8079
public ActionResult<OrderDto> GetById(int id)
8180
{

0 commit comments

Comments
 (0)