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
+2 -2
View File
@@ -1,4 +1,5 @@
using Step.Core;
using CMS_CORE_Library.Models;
using Step.Core;
using Step.Model.DTOModels;
using Step.Model.DTOModels.ToolModels;
using Step.NC;
@@ -6,7 +7,6 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using TeamDev.SDK.MVVM;
using static CMS_CORE_Library.DataStructures;
using static Step.Model.Constants;
using static Step.Utils.ExceptionManager;