using DBConnection.Models; namespace DBConnection.Repositories.Interfaces; public interface INovelRepository : IRepository { }