public StarterkitConfigurationReader(IAppPoolRecycler recycler)
 {
     this.recycler = recycler;
 }
Beispiel #2
0
 public HomeController(IRuntime runtime, IAppPoolRecycler recyler)
     : base(runtime)
 {
     this.recyler = recyler;
 }
 public HomeController(IRuntime runtime,IAppPoolRecycler recyler)
     : base(runtime)
 {
     this.recyler = recyler;
 }