Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Created November 17, 2014 21:28
Show Gist options
  • Save marcduiker/44a8d134e471d1fd023a to your computer and use it in GitHub Desktop.
Save marcduiker/44a8d134e471d1fd023a to your computer and use it in GitHub Desktop.
namespace SitecorePlayground.News.Models
{
public class Author
{
public string Name { get; set; }
public string Company { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment