Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zhang committed Nov 30, 2020
1 parent e2835ed commit 9f85c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace PartsUnlimited.Models
{
public class CartItem : ILineItem
{
// comment could be useful
// comment could be useful and is recommended
[Key]
public int CartItemId { get; set; }

Expand Down

0 comments on commit 9f85c37

Please sign in to comment.