Skip to content

Instantly share code, notes, and snippets.

@ouzdev
Last active July 3, 2021 17:46
Show Gist options
  • Save ouzdev/420666f347bfb34de1a83b1980222489 to your computer and use it in GitHub Desktop.
Save ouzdev/420666f347bfb34de1a83b1980222489 to your computer and use it in GitHub Desktop.
public class Product{
public int Id { get; set; }
public string Name { get; set; }
public double UnitPrice { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment