This commit is contained in:
@@ -4,5 +4,5 @@ namespace DBConnection.Repositories.Interfaces;
|
||||
|
||||
public interface INovelRepository : IRepository<Novel>
|
||||
{
|
||||
|
||||
Task<Novel?> GetNovel(Guid guid);
|
||||
}
|
||||
Reference in New Issue
Block a user