-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Line 49 in e018751
public async Task<ActionResult<CustomerDTO>>(int customerId) |
The function declaration on the line mentioned, does not have a name. Would recommend that it be updated to
public async Task<ActionResult<CustomerDTO>> GetCustomer(int customerId)
KyleMcMaster and ardalis
Metadata
Metadata
Assignees
Labels
No labels