mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 16:48:27 -05:00
fix refactor issue
This commit is contained in:
@ -16,10 +16,10 @@ namespace WebfrontCore.Controllers
|
||||
|
||||
public ClientStatisticsController(IManager manager,
|
||||
IResourceQueryHelper<StatsInfoRequest, AdvancedStatsInfo> queryHelper,
|
||||
IConfigurationHandler<DefaultSettings> configurationHandler) : base(manager)
|
||||
DefaultSettings defaultConfig) : base(manager)
|
||||
{
|
||||
_queryHelper = queryHelper;
|
||||
_defaultConfig = configurationHandler.Configuration();
|
||||
_defaultConfig = defaultConfig;
|
||||
}
|
||||
|
||||
[HttpGet("{id:int}/advanced")]
|
||||
@ -35,4 +35,4 @@ namespace WebfrontCore.Controllers
|
||||
return View("~/Views/Client/Statistics/Advanced.cshtml", hitInfo.Results.First());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user