代码改变世界

测试发布源代码

2010-05-26 17:58  Kevin-wang  阅读(266)  评论(0编辑  收藏  举报
		public bool UpdateIsLogin(int UserID,int IsLogin)
		{
			DSKJ.Account.IDAL.IAccount dal = DSKJ.Account.DAL.Account.Create();
			return dal.UpdateIsLogin(UserID,IsLogin);
		}