public bool UpdateIsLogin(int UserID,int IsLogin) { DSKJ.Account.IDAL.IAccount dal = DSKJ.Account.DAL.Account.Create(); return dal.UpdateIsLogin(UserID,IsLogin); }