if(typeof CSWeb == "undefined") CSWeb={};
if(typeof CSWeb.Seller == "undefined") CSWeb.Seller={};
if(typeof CSWeb.Seller.SellerInfo_class == "undefined") CSWeb.Seller.SellerInfo_class={};
CSWeb.Seller.SellerInfo_class = function() {};
Object.extend(CSWeb.Seller.SellerInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMyCsb: function() {
		return this.invoke("GetMyCsb", {}, this.GetMyCsb.getArguments().slice(0));
	},
	SubCsb: function(sId) {
		return this.invoke("SubCsb", {"sId":sId}, this.SubCsb.getArguments().slice(1));
	},
	url: '/ajaxpro/CSWeb.Seller.SellerInfo,CSWeb.ashx'
}));
CSWeb.Seller.SellerInfo = new CSWeb.Seller.SellerInfo_class();

