Skip to content

Commit

Permalink
Remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrawku committed Jul 3, 2024
1 parent d53be6a commit ead5d5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NorthwindCRUD/Controllers/EmployeesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public ActionResult<PagedResultDto<EmployeeDto>> GetPagedEmployeesWithPage(
}
}


/// <summary>
/// Retrieves the total number of employees.
/// </summary>
Expand All @@ -124,7 +123,6 @@ public ActionResult<CountResultDto> GetEmployeesCount()
}
}


[HttpGet("{id}")]
public ActionResult<EmployeeDto> GetById(int id)
{
Expand Down

0 comments on commit ead5d5b

Please sign in to comment.