Skip to content

Method declaration does not have name #116

@almostengr

Description

@almostengr

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions