Skip to content

Instantly share code, notes, and snippets.

@amoerie
Created January 11, 2013 19:12
Show Gist options
  • Save amoerie/4513146 to your computer and use it in GitHub Desktop.
Save amoerie/4513146 to your computer and use it in GitHub Desktop.
public class Product
{
public int Id { get; set; }
public MultilingualString Name { get; set; }
public MultilingualString Description { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment