Saving
This commit is contained in:
11
PrivaPub/Models/Data/Language.cs
Normal file
11
PrivaPub/Models/Data/Language.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using MongoDB.Entities;
|
||||
|
||||
namespace PrivaPub.Models.Data
|
||||
{
|
||||
public class Language : Entity
|
||||
{
|
||||
public string EnglishName { get; set; }
|
||||
public string NativeName { get; set; }
|
||||
public string International2Code { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user