mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add documents.
This commit is contained in:
7
Cicm.Database/Models/Document.cs
Normal file
7
Cicm.Database/Models/Document.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Cicm.Database.Models
|
||||
{
|
||||
public class Document : DocumentBase
|
||||
{
|
||||
public virtual Iso31661Numeric Country { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user