mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +08:00
修复用户分配角色的BUG
This commit is contained in:
@@ -20,6 +20,8 @@ namespace OpenAuth.Domain.Interface
|
||||
public interface IRelevanceRepository : IRepository<Relevance>
|
||||
{
|
||||
void DeleteBy(string key, params int[] firstIds);
|
||||
void DeleteBy(string key, ILookup<int, int> idMaps);
|
||||
|
||||
void AddRelevance( string key, ILookup<int, int> idMaps);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user