addNamespace("HLSoft.MCost");
HLSoft.MCost.Register_0_class = Class.create();
HLSoft.MCost.Register_0_class.prototype = (new AjaxPro.Request()).extend({
	CheckIsExists: function(user, callback) {
		return this.invoke("CheckIsExists", {"user":user}, callback);
	},
	initialize: function() {
		this.url = "/mcost/ajaxpro/HLSoft.MCost.Register_0,MCost.ashx";
	}
})
HLSoft.MCost.Register_0 = new HLSoft.MCost.Register_0_class();

