mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
7 lines
148 B
C#
7 lines
148 B
C#
|
|
namespace Cicm.Database.Models
|
||
|
|
{
|
||
|
|
public class Document : DocumentBase
|
||
|
|
{
|
||
|
|
public virtual Iso31661Numeric Country { get; set; }
|
||
|
|
}
|
||
|
|
}
|