if(typeof fecomercio == "undefined") fecomercio={};
if(typeof fecomercio.site == "undefined") fecomercio.site={};
if(typeof fecomercio.site.add_client == "undefined") fecomercio.site.add_client={};
fecomercio.site.add_client_class = function() {};
Object.extend(fecomercio.site.add_client_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ExistLogin: function(_User) {
		return this.invoke("ExistLogin", {"_User":_User}, this.ExistLogin.getArguments().slice(1));
	},
	ExistUser: function(_Type, _Cpf) {
		return this.invoke("ExistUser", {"_Type":_Type, "_Cpf":_Cpf}, this.ExistUser.getArguments().slice(2));
	},
	url: '/ajaxpro/fecomercio.site.add_client,fecomercio_co.ashx'
}));
fecomercio.site.add_client = new fecomercio.site.add_client_class();

