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) {
		return this.invoke("CRoles", {"role":role}, this.CRoles.getArguments().slice(1));
	},
	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));
	},
	url: '/ajaxpro/SouCaiCN.BLL.Ajax,BLL.ashx'
}));
SouCaiCN.BLL.Ajax = new SouCaiCN.BLL.Ajax_class();

