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