saving of space content in lists

This commit is contained in:
2020-05-03 16:21:37 +02:00
parent 3bbe19f407
commit 881bb20f22
8 changed files with 87 additions and 9 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
namespace zero.Web.Models
using Newtonsoft.Json;
using System;
namespace zero.Web.Models
{
public abstract class EditModel
{