Skip to content

Instantly share code, notes, and snippets.

@gerhart92
Created July 29, 2021 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerhart92/07209f8ee9bf880e92505968a4d39fc7 to your computer and use it in GitHub Desktop.
Save gerhart92/07209f8ee9bf880e92505968a4d39fc7 to your computer and use it in GitHub Desktop.
public class ArticleController : GlassController
{
private readonly ISitecoreContext _sitecoreContext;
public ArticleController(ISitecoreContext sitecoreContext)
{
_sitecoreContext = sitecoreContext;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment