mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add companies by document.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
@@ -8,6 +9,7 @@ namespace Cicm.Database.Models
|
||||
public string Name { get; set; }
|
||||
public int? CompanyId { get; set; }
|
||||
|
||||
public virtual Company Company { get; set; }
|
||||
public virtual Company Company { get; set; }
|
||||
public virtual ICollection<CompaniesByDocument> Documents { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user