Library refactor, divided model by type

Added read/update metadata to the cms client
This commit is contained in:
Lucio Maranta
2018-09-27 17:30:37 +02:00
parent 013f564374
commit adfafcabd4
36 changed files with 225 additions and 150 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.Linq;
using static CMS_CORE_Library.DataStructures;
using static CMS_CORE_Library.Models.DataStructures;
namespace Step.Model.DTOModels
{