Skip to content

Instantly share code, notes, and snippets.

@ouzdev
Created July 18, 2021 12:41
Show Gist options
  • Save ouzdev/d546b5b4dfe67beb44229f4bfaea4c2c to your computer and use it in GitHub Desktop.
Save ouzdev/d546b5b4dfe67beb44229f4bfaea4c2c to your computer and use it in GitHub Desktop.
public class ProductDto
{
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