Skip to content

Instantly share code, notes, and snippets.

View ryanlangton's full-sized avatar

Ryan Langton ryanlangton

View GitHub Profile
BETTER STILL --
private FaqTypeViewModel GetGeneralFaqType(IEnumerable<FaqModel> models)
{
return new FaqTypeViewModel
{
Name = "General",
Categories = GetCategoriesInModel(models)
};
}