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,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
{