Skip to content

Instantly share code, notes, and snippets.

@sotirisf
Created March 8, 2020 17:04
Show Gist options
  • Select an option

  • Save sotirisf/67d97383c2fe79ff18c8a05e61f153d1 to your computer and use it in GitHub Desktop.

Select an option

Save sotirisf/67d97383c2fe79ff18c8a05e61f153d1 to your computer and use it in GitHub Desktop.
namespace UmbracoMLCultureTest.Models
{
public class ProductViewModel
{
public string Name { get; set; }
public string PhotoUrl { get; set; }
public string Url { get; set; }
public decimal Price { get; set; }
public string DefaultCurrency { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment