if(typeof BusinessLogicTier == "undefined") BusinessLogicTier={};
BusinessLogicTier_class = function() {};
Object.extend(BusinessLogicTier_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/BusinessLogicTier,App_Code.ashx'
}));
BusinessLogicTier = new BusinessLogicTier_class();

