| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[密码重置] |
| | | public static ToMessage ResettUserPassword(string usercode, string username) |
| | | { |
| | | return LoginDAL.ResettUserPassword(usercode, username); |
| | | } |
| | | #endregion |
| | | |
| | | #region[PC登出] |
| | | public static ToMessage LoginOut(int userid,string usercode, string username,string usertype) |
| | | { |
| | | return LoginDAL.LoginOut(userid,usercode, username, usertype); |
| | | return LoginDAL.LoginOut(userid, usercode, username, usertype); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | #endregion |
| | | |
| | | #region[App登录查询安灯呼叫信息] |
| | | public static ToMessage LoginAppAnDonMessage(int userid, string usercode, string username, string usertype) |
| | | public static ToMessage LoginAppAnDonMessage(string rid, string usercode, string username, string usertype) |
| | | { |
| | | return LoginDAL.LoginAppAnDonMessage(userid, usercode, username, usertype); |
| | | return LoginDAL.LoginAppAnDonMessage(rid, usercode, username, usertype); |
| | | } |
| | | #endregion |
| | | } |