Library refactor, divided model by type
Added read/update metadata to the cms client
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using Step.Database.Controllers;
|
||||
using CMS_CORE_Library.Models;
|
||||
using Step.Database.Controllers;
|
||||
using Step.Model.DTOModels;
|
||||
using Step.NC;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web.Http;
|
||||
using static CMS_CORE_Library.DataStructures;
|
||||
using static Step.Config.ServerConfig;
|
||||
using static Step.Model.Constants;
|
||||
|
||||
namespace Step.Controllers.WebApi
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user