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