Refactor models

This commit is contained in:
Lucio Maranta
2018-09-27 16:00:05 +00:00
parent 674c68ac1d
commit e14a8cc30e
26 changed files with 1092 additions and 137 deletions
@@ -1,7 +1,8 @@
using System.Collections.Generic;
using static CMS_CORE_Library.DataStructures;
using CMS_CORE_Library.Models;
using System.Collections.Generic;
using static CMS_CORE_Library.Models.DataStructures;
namespace CMS_CORE.Demo.Models
namespace CMS_CORE_Library.Demo.Models
{
public class DemoToolsDataModel
{