using Bit.Core.Models.Table; namespace Bit.Core.Repositories { public interface ISsoUserRepository : IRepository { } }