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,6 @@
|
||||
namespace WebNovelPortalAPI.TranslationEngines;
|
||||
|
||||
public interface ITranslationEngine
|
||||
{
|
||||
public string Translate(string text);
|
||||
}
|
||||
Reference in New Issue
Block a user