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.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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user