Exercise Files
This commit is contained in:
9
Ch07/07_02_End/Common/Models/ProductRating.cs
Normal file
9
Ch07/07_02_End/Common/Models/ProductRating.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace HPlusSports.Models
|
||||
{
|
||||
public class ProductRating
|
||||
{
|
||||
public string SKU { get; set; }
|
||||
public double? Rating { get; set; }
|
||||
public int ReviewCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user