if(typeof UserControl_NetBranch == "undefined") UserControl_NetBranch={};
UserControl_NetBranch_class = function() {};
Object.extend(UserControl_NetBranch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SelectDepartment: function(DepartmentGuidID) {
		return this.invoke("SelectDepartment", {"DepartmentGuidID":DepartmentGuidID}, this.SelectDepartment.getArguments().slice(1));
	},
	SelectBuilding: function(DepartmentGuidID, SaleType, Count) {
		return this.invoke("SelectBuilding", {"DepartmentGuidID":DepartmentGuidID, "SaleType":SaleType, "Count":Count}, this.SelectBuilding.getArguments().slice(3));
	},
	BranchImageURL: function() {
		return this.invoke("BranchImageURL", {}, this.BranchImageURL.getArguments().slice(0));
	},
	SelectArticle: function(DepartmentGuidID, TypeCode, Count) {
		return this.invoke("SelectArticle", {"DepartmentGuidID":DepartmentGuidID, "TypeCode":TypeCode, "Count":Count}, this.SelectArticle.getArguments().slice(3));
	},
	url: '/ajaxpro/UserControl_NetBranch,App_Web_netbranch.ascx.6be62623.ashx'
}));
UserControl_NetBranch = new UserControl_NetBranch_class();

