using Treestar.Shared.Models.DBDomain; namespace DBConnection.Repositories.Interfaces; public interface IAuthorRepository : IRepository { }