Merge remote-tracking branch 'origin/develop' into feature/Remove_autoinc_from_db

This commit is contained in:
Lucio Maranta
2018-10-04 17:19:41 +02:00
106 changed files with 2232 additions and 1223 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
using CMS_CORE_Library.Models;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using static CMS_CORE_Library.DataStructures;
namespace Step.Model.DatabaseModels
{