Add person model.

This commit is contained in:
2019-06-02 03:29:43 +01:00
parent b4045475ee
commit 4ff9016e41
7 changed files with 5898 additions and 1 deletions

View File

@@ -47,5 +47,6 @@ namespace Cicm.Database.Models
public string Name { get; set; }
public virtual ICollection<Company> Companies { get; set; }
public virtual ICollection<Person> People { get; set; }
}
}