mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add people by document.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class Document : DocumentBase
|
||||
{
|
||||
public virtual Iso31661Numeric Country { get; set; }
|
||||
|
||||
public virtual ICollection<PeopleByDocument> People { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user