Skip to content

Instantly share code, notes, and snippets.

@ParmanBabra
Created May 25, 2019 19:37
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 ParmanBabra/ca6ec78437d2735f219ce2992ab56930 to your computer and use it in GitHub Desktop.
Save ParmanBabra/ca6ec78437d2735f219ce2992ab56930 to your computer and use it in GitHub Desktop.
public class CartItem
{
public int ProductId { get; set; }
public string Username { 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