using Treestar.Shared.Models.DBDomain; namespace DBConnection.Repositories.Interfaces; public interface INovelRepository : IRepository { Task GetNovel(Guid guid); }