Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created July 3, 2014 08:01
Show Gist options
  • Save ArveSystad/aaac9d84c8ae6ae8fe0e to your computer and use it in GitHub Desktop.
Save ArveSystad/aaac9d84c8ae6ae8fe0e to your computer and use it in GitHub Desktop.
public class InlineArticleProduct
{
public string Name { get; set; }
public decimal Price { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment