if(typeof age_lis == "undefined") age_lis={};
age_lis_class = function() {};
Object.extend(age_lis_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAgeLis: function(page, Size, cdAgendaTipo) {
		return this.invoke("GetAgeLis", {"page":page, "Size":Size, "cdAgendaTipo":cdAgendaTipo}, this.GetAgeLis.getArguments().slice(3));
	},
	url: '/ajaxpro/age_lis,App_Web_ndgasbvi.ashx'
}));
age_lis = new age_lis_class();

