public FilesController(IHostingCore hostingCore, IWebHostEnvironment appEnvironment)
 {
     _hostingCore    = hostingCore;
     _appEnvironment = appEnvironment;
 }
Ejemplo n.º 2
0
 public AccountController(IHostingCore hostingCore)
 {
     _hostingCore = hostingCore;
 }