public DemoController(ContentStackController ContentStackController) : base(ContentStackController, ContentType, Entry) { Console.WriteLine("Full Constructor"); }
public PageBaseController(ContentStackController ContentStackController, string ContentType, string Entry) { _ContentStackController = ContentStackController; _ContentType = ContentType; _Entry = Entry; }