protected AppController()
 {
     NuGetContext = new NuGetContext(this);
 }
Ejemplo n.º 2
0
        protected AppController()
        {
            NuGetContext = new NuGetContext(this);

            _cookieExpirationService = GetService <ICookieExpirationService>();
        }