Add merge UI
This commit is contained in:
parent
29e2879153
commit
6ec7e80a43
13 changed files with 275 additions and 40 deletions
|
|
@ -20,6 +20,10 @@ public enum PersonIncludes
|
|||
{
|
||||
None = 1 << 0,
|
||||
Aliases = 1 << 1,
|
||||
ChapterPeople = 1 << 2,
|
||||
SeriesPeople = 1 << 3,
|
||||
|
||||
All = Aliases | ChapterPeople | SeriesPeople,
|
||||
}
|
||||
|
||||
public interface IPersonRepository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue