if(typeof DFProject == "undefined") DFProject={};
if(typeof DFProject.Service == "undefined") DFProject.Service={};
DFProject.Service.CommService_class = function() {};
Object.extend(DFProject.Service.CommService_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckNewSysMessage: function() {
		return this.invoke("CheckNewSysMessage", {}, this.CheckNewSysMessage.getArguments().slice(0));
	},
	CheckUserInfoRepeat: function(strValue, nCheckType) {
		return this.invoke("CheckUserInfoRepeat", {"strValue":strValue, "nCheckType":nCheckType}, this.CheckUserInfoRepeat.getArguments().slice(2));
	},
	url: '/ajaxpro/DFProject.Service.CommService,DFProject.ashx'
}));
DFProject.Service.CommService = new DFProject.Service.CommService_class();

