This commit is contained in:
2023-02-18 08:52:17 +01:00
parent 8a7d4ac906
commit 9719a0c0fd
137 changed files with 19057 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
namespace SocialPub.ClientModels.Data
{
public class ViewLanguage
{
public string Name { get; set; }
public string International2Code { get; set; }
}
}