languages CRUD

This commit is contained in:
2020-05-04 16:00:39 +02:00
parent 2386aa34cb
commit 78efe84899
27 changed files with 683 additions and 33 deletions
-4
View File
@@ -8,10 +8,6 @@ namespace zero.Web.Models
{
public string Name { get; set; }
public bool IsActive { get; set; }
public DateTimeOffset CreatedDate { get; set; }
public string Description { get; set; }
public string Icon { get; set; }