コード例 #1
0
        public ContentResult GetAll(ApiProxyGenerationModel model)
        {
            var script = _proxyScriptManager.GetScript(model.CreateOptions());

            return(Content(script, "application/x-javascript"));
        }
コード例 #2
0
 public string GetAll(ApiProxyGenerationModel model)
 {
     return(_proxyScriptManager.GetScript(model.CreateOptions()));
 }
コード例 #3
0
 public string GetAll(ApiProxyGenerationModel model)
 {
     return _proxyScriptManager.GetScript(model.CreateOptions());
 }