addNamespace("User_UpdateIDCard");
User_UpdateIDCard_class = Class.create();
User_UpdateIDCard_class.prototype = (new AjaxPro.Request()).extend({
	GetReturnCodeIDCard: function(strIDCard, callback) {
		return this.invoke("GetReturnCodeIDCard", {"strIDCard":strIDCard}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/User_UpdateIDCard,UserM.ashx";
	}
})
User_UpdateIDCard = new User_UpdateIDCard_class();

