Initial efcore migration and updates to make sure upserting novels (mostly) works. still need to do chapter handling
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using DBConnection.Models;
|
||||
|
||||
namespace DBConnection.Repositories.Interfaces;
|
||||
|
||||
public interface IAuthorRepository : IRepository<Author>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user