1 instantiation of Customer
BasicWebSite (1)
Controllers\ContentNegotiation\FormatFilterController.cs (1)
24
return new
Customer
() { Name = "John" };
1 reference to Customer
BasicWebSite (1)
Controllers\ContentNegotiation\FormatFilterController.cs (1)
22
public
Customer
CustomerInfo()