Skip to content

Instantly share code, notes, and snippets.

@laur3d
Created September 21, 2020 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laur3d/3c2047f12a8828fceabed6fe30e907b6 to your computer and use it in GitHub Desktop.
Save laur3d/3c2047f12a8828fceabed6fe30e907b6 to your computer and use it in GitHub Desktop.
public class CartItem
{
public Guid ProductId { get; set; }
public int Count { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment