This has the following example which I bet behaves just as you'd expect...
[Route("customers/{customerId}/orders")] public IEnumerable<Order> GetOrdersByCustomer(int customerId) { ... }
No comments:
Post a Comment