示例#1
0
 public bool UpdateLoginUserStatus(Guid id, bool isLogin)
 {
     return(_loginRepo.UpdateLoginUserStatus(id.ToString(), isLogin).Result);
 }