namespace Admin.NET.Application
{
///
///
///
public interface ISysRoleDataScopeService
{
///
///
///
///
///
Task DeleteRoleDataScopeListByOrgIdList(List orgIdList);
///
///
///
///
///
Task DeleteRoleDataScopeListByRoleId(long roleId);
///
///
///
///
///
Task> GetRoleDataScopeIdList(List roleIdList);
///
///
///
///
///
Task GrantDataScope(GrantRoleDataInput input);
}
}