if(typeof ETX == "undefined") ETX={};
if(typeof ETX.WebSite == "undefined") ETX.WebSite={};
if(typeof ETX.WebSite.SignIn == "undefined") ETX.WebSite.SignIn={};
if(typeof ETX.WebSite.SignIn.SI_Candidate == "undefined") ETX.WebSite.SignIn.SI_Candidate={};
ETX.WebSite.SignIn.SI_Candidate_class = function() {};
Object.extend(ETX.WebSite.SignIn.SI_Candidate_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNeedFillItems: function() {
		return this.invoke("GetNeedFillItems", {}, this.GetNeedFillItems.getArguments().slice(0));
	},
	SendMessageToMobilePhone: function(mobilePhone, messenge) {
		return this.invoke("SendMessageToMobilePhone", {"mobilePhone":mobilePhone, "messenge":messenge}, this.SendMessageToMobilePhone.getArguments().slice(2));
	},
	GetCompany: function() {
		return this.invoke("GetCompany", {}, this.GetCompany.getArguments().slice(0));
	},
	GetMobilePhone: function(mobilePhone) {
		return this.invoke("GetMobilePhone", {"mobilePhone":mobilePhone}, this.GetMobilePhone.getArguments().slice(1));
	},
	GetMobilePhoneCountState: function() {
		return this.invoke("GetMobilePhoneCountState", {}, this.GetMobilePhoneCountState.getArguments().slice(0));
	},
	url: '/CCBP01REG/ajaxpro/ETX.WebSite.SignIn.SI_Candidate,ETX.WebSite.ashx'
}));
ETX.WebSite.SignIn.SI_Candidate = new ETX.WebSite.SignIn.SI_Candidate_class();


