if(typeof Employer == "undefined") Employer={};
if(typeof Employer.WebCallCenter == "undefined") Employer.WebCallCenter={};
if(typeof Employer.WebCallCenter.Web == "undefined") Employer.WebCallCenter.Web={};
if(typeof Employer.WebCallCenter.Web.Code == "undefined") Employer.WebCallCenter.Web.Code={};
if(typeof Employer.WebCallCenter.Web.Code.BasePageWebCallCenter_class == "undefined") Employer.WebCallCenter.Web.Code.BasePageWebCallCenter_class={};
Employer.WebCallCenter.Web.Code.BasePageWebCallCenter_class = function() {};
Object.extend(Employer.WebCallCenter.Web.Code.BasePageWebCallCenter_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RetornarMensagemErro: function(msgErro) {
		return this.invoke("RetornarMensagemErro", {"msgErro":msgErro}, this.RetornarMensagemErro.getArguments().slice(1));
	},
	url: '/ajaxpro/Employer.WebCallCenter.Web.Code.BasePageWebCallCenter,Employer.WebCallCenter.Web.ashx'
}));
Employer.WebCallCenter.Web.Code.BasePageWebCallCenter = new Employer.WebCallCenter.Web.Code.BasePageWebCallCenter_class();


