4 references to Customer
ApiExplorerWebSite (4)
Controllers\ApiExplorerResponseTypeOverrideOnActionController.cs (2)
19
[Produces<
Customer
>]
27
[ProducesResponseType<
Customer
>(200, "text/plain")]
Controllers\ApiExplorerResponseTypeWithAttributeController.cs (2)
18
[Produces(typeof(
Customer
))]
52
[Produces(typeof(
Customer
))] // It's possible to lie about what type you return