Iniziato rename progetti: Step --> Termo.Active
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user