/* 
	XapLib Exporter generated class.
	Class for ClientInfos
	This class requires XapLib.js to be included before it.
*/


function ClientInfos()
{
	return _xap._make(this);
}

ClientInfos.prototype.CalculateAge = function(date,callback)
{

}

ClientInfos.prototype.CheckExistingWebUser = function(name,firstname,birth,email,callback)
{

}

ClientInfos.prototype.ResetWebUserPassword = function(id,callback)
{

}

ClientInfos.prototype.GetClientByClientId=function(id,callback)
{

}


var clientInfos = new ClientInfos();
