Skip to content

Instantly share code, notes, and snippets.

View ryanlangton's full-sized avatar

Ryan Langton ryanlangton

  • Plant Powered Software
  • Olathe, KS
  • 18:54 (UTC -06:00)
  • LinkedIn in/ryanmlangton
View GitHub Profile
BETTER STILL --
private FaqTypeViewModel GetGeneralFaqType(IEnumerable<FaqModel> models)
{
return new FaqTypeViewModel
{
Name = "General",
Categories = GetCategoriesInModel(models)
};
}