2 writes to Name
BasicWebSite (2)
Controllers\ContentNegotiation\ContentNegotiationController.cs (1)
35
return new User() {
Name
= "John", Address = "One Microsoft Way" };
Controllers\ContentNegotiation\NormalController.cs (1)
77
Name
= "My name",