Library refactor, divided model by type
Added read/update metadata to the cms client
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using static CMS_CORE_Library.DataStructures;
|
||||
using CMS_CORE_Library.Models;
|
||||
using static CMS_CORE_Library.Models.NcMagazinePositionModel;
|
||||
|
||||
namespace Step.Model.DatabaseModels
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user