if(typeof Web9eat == "undefined") Web9eat={};
if(typeof Web9eat.Ajax == "undefined") Web9eat.Ajax={};
if(typeof Web9eat.Ajax.All_Model == "undefined") Web9eat.Ajax.All_Model={};
Web9eat.Ajax.All_Model_class = function() {};
Object.extend(Web9eat.Ajax.All_Model_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	All_ModelInfoList_byType: function(type) {
		return this.invoke("All_ModelInfoList_byType", {"type":type}, this.All_ModelInfoList_byType.getArguments().slice(1));
	},
	GetTime: function() {
		return this.invoke("GetTime", {}, this.GetTime.getArguments().slice(0));
	},
	url: '/ajaxpro/Web9eat.Ajax.All_Model,Ajax.ashx'
}));
Web9eat.Ajax.All_Model = new Web9eat.Ajax.All_Model_class();


