Iniziato rename progetti: Step --> Termo.Active

This commit is contained in:
Samuele Locatelli
2020-04-08 19:39:09 +02:00
parent cb5c0e0b98
commit 90811d5bdb
189 changed files with 18068 additions and 18068 deletions
@@ -1,17 +1,17 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Step.Model.DTOModels.AlarmModels;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using Termo.Active.Model.DTOModels.AlarmModels;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.IO;
using System.Linq;
using static Step.Model.Constants;
using static Step.Config.ServerConfig;
using static Termo.Active.Model.Constants;
using static Termo.Active.Config.ServerConfig;
using System.Diagnostics;
using Step.Config;
using Termo.Active.Config;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class AlarmsController : IDisposable
{
@@ -1,12 +1,12 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using System;
using System.Collections.Generic;
using System.Linq;
using static CMS_CORE_Library.Models.DataStructures;
using static Step.Config.ServerConfig;
using static Termo.Active.Config.ServerConfig;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class FunctionsAccessController : IDisposable
{
@@ -1,9 +1,9 @@
using Step.Model.DatabaseModels;
using Termo.Active.Model.DatabaseModels;
using System;
using System.Linq;
using static Step.Config.ServerConfig;
using static Termo.Active.Config.ServerConfig;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class MachinesController : IDisposable
{
@@ -1,11 +1,11 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using System;
using System.Collections.Generic;
using System.Linq;
using static Step.Model.Constants;
using static Termo.Active.Model.Constants;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class MachinesUsersController : IDisposable
{
@@ -1,17 +1,17 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Step.Model.DTOModels.MaintenanceModels;
using Step.Utils;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using Termo.Active.Model.DTOModels.MaintenanceModels;
using Termo.Active.Utils;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data.Entity;
using System.IO;
using System.Linq;
using static Step.Config.ServerConfig;
using static Step.Model.Constants;
using static Termo.Active.Config.ServerConfig;
using static Termo.Active.Model.Constants;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class MaintenancesController : IDisposable
{
@@ -1,14 +1,14 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels.ToolModels;
using Step.Utils;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels.ToolModels;
using Termo.Active.Utils;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using static Step.Utils.SupportFunctions;
using static Step.Model.Constants;
using static Termo.Active.Utils.SupportFunctions;
using static Termo.Active.Model.Constants;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class NcToolManagerController : IDisposable
{
+4 -4
View File
@@ -1,13 +1,13 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static Step.Model.Constants;
using static Termo.Active.Model.Constants;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class QueueController : IDisposable
{
+2 -2
View File
@@ -1,11 +1,11 @@
using Step.Database.Redis;
using Termo.Active.Database.Redis;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public static class RedisController
{
@@ -1,9 +1,9 @@
using Step.Model.DatabaseModels;
using Termo.Active.Model.DatabaseModels;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class SessionsController : IDisposable
{
@@ -1,12 +1,12 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using System;
using System.Collections.Generic;
using System.Linq;
using static Step.Model.Constants;
using static Step.Config.ServerConfig;
using static Termo.Active.Model.Constants;
using static Termo.Active.Config.ServerConfig;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class UserSoftkeysController : IDisposable
{
+5 -5
View File
@@ -1,14 +1,14 @@
using Step.Model.DatabaseModels;
using Step.Model.DTOModels;
using Termo.Active.Model.DatabaseModels;
using Termo.Active.Model.DTOModels;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Web.Helpers;
using static Step.Config.ServerConfig;
using static Step.Model.Constants;
using static Termo.Active.Config.ServerConfig;
using static Termo.Active.Model.Constants;
namespace Step.Database.Controllers
namespace Termo.Active.Database.Controllers
{
public class UsersController : IDisposable
{