Exemplo n.º 1
0
 public HomeController(ISettingsUsersService settingsUsersService, IRMAssetManager rmAssetManager, IHostingEnvironment environment, IHttpContextAccessor contextAccessor)
 {
     this.settingsUsersService = settingsUsersService;
     this.rmAssetManager       = rmAssetManager;
     this.environment          = environment;
     this.contextAccessor      = contextAccessor;
 }
 public LoginController(ISettingsUsersService userService, IHostingEnvironment environment)
 {
     this.userService = userService;
     this.environment = environment;
 }