namespace Admin.NET.Application
{
///
///
///
public interface ISysUserDataScopeService
{
///
///
///
///
///
Task DeleteUserDataScopeListByOrgIdList(List orgIdList);
///
///
///
///
///
Task DeleteUserDataScopeListByUserId(long userId);
///
///
///
///
///
Task> GetUserDataScopeIdList(long userId);
///
///
///
///
///
Task GrantData(UpdateUserRoleDataInput input);
}
}