We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e2468 commit ef4f831Copy full SHA for ef4f831
NorthwindCRUD/Controllers/CustomersController.cs
@@ -48,6 +48,7 @@ public ActionResult<CustomerDto[]> GetAll()
48
/// <returns>
49
/// An <see cref="ActionResult{T}"/> containing an array of <see cref="CustomerDto"/> objects.
50
/// </returns>
51
+ [HttpGet("WithOrders")]
52
public ActionResult<CustomerDto[]> GetAllCustomersWithOrders()
53
{
54
try
0 commit comments