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