示例#1
0
        public InfoController(
            ISteamGameParser gameParser,
            ISteamProfileParser profileParser,
            SteamApi.ISteamApi steamApi)
        {
            this._gameParser = gameParser;
            this._profileParser = profileParser;
            this._steamApi = steamApi;

            this._cache = System.Web.HttpContext.Current.Cache;
        }
示例#2
0
 public HomeController(ISteamProfileParser parser)
 {
 }