addNamespace("_Default");
_Default_class = Class.create();
_Default_class.prototype = (new AjaxPro.Request()).extend({
	FullTType: function(OneType, callback) {
		return this.invoke("FullTType", {"OneType":OneType}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_Default,App_Web_index.aspx.cdcab7d2.ashx";
	}
})
_Default = new _Default_class();

