addNamespace("Dottext.Web");
Dottext.Web.Migrated_Login_class = Class.create();
Dottext.Web.Migrated_Login_class.prototype = (new AjaxPro.Request()).extend({
	LoginTest: function(userName, password, callback) {
		return this.invoke("LoginTest", {"userName":userName, "password":password}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Dottext.Web.Migrated_Login,App_Web_login.aspx.cdcab7d2.ashx";
	}
})
Dottext.Web.Migrated_Login = new Dottext.Web.Migrated_Login_class();

