Skip to content

Commit

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

Expand Down

0 comments on commit e2835ed

Please sign in to comment.