2 instantiations of Review
FormatterWebSite (2)
Controllers\JsonPatchController.cs (2)
38
new
Review
42
new
Review
3 references to Review
FormatterWebSite (3)
Controllers\JsonPatchController.cs (1)
36
Reviews = new List<
Review
>()
Models\Product.cs (2)
10
public List<
Review
> Reviews { get; set; } = new List<
Review
>();