mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 02:44:44 +08:00
routine update
This commit is contained in:
@@ -98,9 +98,9 @@ namespace OpenAuth.App
|
||||
return _unitWork.Find<Relevance>(u =>u.Key =="ProcessUser" &&(userid == Guid.Empty || u.SecondId == userid)).Select(u =>u.FirstId);
|
||||
}
|
||||
|
||||
public void Del(Guid id)
|
||||
public void Del(Guid[] ids)
|
||||
{
|
||||
_repository.Delete(u =>u.Id == id);
|
||||
_repository.Delete(u =>ids.Contains(u.Id));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user