if(typeof UniteSoft == "undefined") UniteSoft={};
if(typeof UniteSoft.SQLServerDAL == "undefined") UniteSoft.SQLServerDAL={};
UniteSoft.SQLServerDAL.AjaxLogin_class = function() {};
Object.extend(UniteSoft.SQLServerDAL.AjaxLogin_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Login: function(username, password) {
		return this.invoke("Login", {"username":username, "password":password}, this.Login.getArguments().slice(2));
	},
	url: '/ajaxpro/UniteSoft.SQLServerDAL.AjaxLogin,App_Code.noixvyfz.ashx'
}));
UniteSoft.SQLServerDAL.AjaxLogin = new UniteSoft.SQLServerDAL.AjaxLogin_class();

