if(typeof SouCaiCN == "undefined") SouCaiCN={};
if(typeof SouCaiCN.BLL == "undefined") SouCaiCN.BLL={};
if(typeof SouCaiCN.BLL.Ajax == "undefined") SouCaiCN.BLL.Ajax={};
SouCaiCN.BLL.Ajax_class = function() {};
Object.extend(SouCaiCN.BLL.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCategory: function(Id) {
		return this.invoke("GetCategory", {"Id":Id}, this.GetCategory.getArguments().slice(1));
	},
	GetAssetListsByCategoryID: function(id) {
		return this.invoke("GetAssetListsByCategoryID", {"id":id}, this.GetAssetListsByCategoryID.getArguments().slice(1));
	},
	CRoles: function(role, url) {
		return this.invoke("CRoles", {"role":role, "url":url}, this.CRoles.getArguments().slice(2));
	},
	Login: function(name, password) {
		return this.invoke("Login", {"name":name, "password":password}, this.Login.getArguments().slice(2));
	},
	isLogin: function() {
		return this.invoke("isLogin", {}, this.isLogin.getArguments().slice(0));
	},
	IsExitsUser: function(username) {
		return this.invoke("IsExitsUser", {"username":username}, this.IsExitsUser.getArguments().slice(1));
	},
	Exit: function() {
		return this.invoke("Exit", {}, this.Exit.getArguments().slice(0));
	},
	CountSoftware: function(id) {
		return this.invoke("CountSoftware", {"id":id}, this.CountSoftware.getArguments().slice(1));
	},
	GetScrollAds: function() {
		return this.invoke("GetScrollAds", {}, this.GetScrollAds.getArguments().slice(0));
	},
	DelAdByID: function(id, imgpath) {
		return this.invoke("DelAdByID", {"id":id, "imgpath":imgpath}, this.DelAdByID.getArguments().slice(2));
	},
	DelProductBaojiaID: function(id, imgpath) {
		return this.invoke("DelProductBaojiaID", {"id":id, "imgpath":imgpath}, this.DelProductBaojiaID.getArguments().slice(2));
	},
	DelFactory_WebLinkID: function(id) {
		return this.invoke("DelFactory_WebLinkID", {"id":id}, this.DelFactory_WebLinkID.getArguments().slice(1));
	},
	DelFactory_LiuYanID: function(id) {
		return this.invoke("DelFactory_LiuYanID", {"id":id}, this.DelFactory_LiuYanID.getArguments().slice(1));
	},
	Delhuiyuan_xunjiaID: function(id) {
		return this.invoke("Delhuiyuan_xunjiaID", {"id":id}, this.Delhuiyuan_xunjiaID.getArguments().slice(1));
	},
	DelFactoryProjectID: function(id, imgpath) {
		return this.invoke("DelFactoryProjectID", {"id":id, "imgpath":imgpath}, this.DelFactoryProjectID.getArguments().slice(2));
	},
	DelFactoryCreditID: function(id, imgpath) {
		return this.invoke("DelFactoryCreditID", {"id":id, "imgpath":imgpath}, this.DelFactoryCreditID.getArguments().slice(2));
	},
	url: '/ajaxpro/SouCaiCN.BLL.Ajax,BLL.ashx'
}));
SouCaiCN.BLL.Ajax = new SouCaiCN.BLL.Ajax_class();


