Updated translation service and finished splitting out responsibilities for now
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
using FictionArchive.Service.NovelService.Models.Localization;
|
||||
using FictionArchive.Service.Shared.Models;
|
||||
|
||||
namespace FictionArchive.Service.NovelService.Models.Novels;
|
||||
|
||||
public class Person : BaseEntity<uint>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public LocalizationKey Name { get; set; }
|
||||
public string? ExternalUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user