diff --git a/MP-MON/App_Start/BundleConfig.cs b/MP-MON/App_Start/BundleConfig.cs index 0717f420..d5eba6f1 100644 --- a/MP-MON/App_Start/BundleConfig.cs +++ b/MP-MON/App_Start/BundleConfig.cs @@ -1,5 +1,4 @@ -using System.Web; -using System.Web.Optimization; +using System.Web.Optimization; namespace MP_MON { diff --git a/MP-MON/App_Start/FilterConfig.cs b/MP-MON/App_Start/FilterConfig.cs index 513c45b7..8a5e0f20 100644 --- a/MP-MON/App_Start/FilterConfig.cs +++ b/MP-MON/App_Start/FilterConfig.cs @@ -1,5 +1,4 @@ -using System.Web; -using System.Web.Mvc; +using System.Web.Mvc; namespace MP_MON { diff --git a/MP-MON/App_Start/RouteConfig.cs b/MP-MON/App_Start/RouteConfig.cs index 682b057b..58d97e6f 100644 --- a/MP-MON/App_Start/RouteConfig.cs +++ b/MP-MON/App_Start/RouteConfig.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.Mvc; +using System.Web.Mvc; using System.Web.Routing; namespace MP_MON diff --git a/MP-MON/Controllers/HomeController.cs b/MP-MON/Controllers/HomeController.cs index fd53e6fe..403ab481 100644 --- a/MP-MON/Controllers/HomeController.cs +++ b/MP-MON/Controllers/HomeController.cs @@ -1,9 +1,7 @@ using MP_MON.Models; using System; using System.Collections.Generic; -using System.IO; using System.Linq; -using System.Web; using System.Web.Configuration; using System.Web.Mvc; diff --git a/MP-MON/Controllers/MSEController.cs b/MP-MON/Controllers/MSEController.cs index 82d9b647..e1728917 100644 --- a/MP-MON/Controllers/MSEController.cs +++ b/MP-MON/Controllers/MSEController.cs @@ -1,12 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Data; -using System.Data.Entity; +using MP_MON.Models; +using System; using System.Linq; -using System.Net; -using System.Web; using System.Web.Mvc; -using MP_MON.Models; namespace MP_MON.Controllers { diff --git a/MP-MON/Global.asax.cs b/MP-MON/Global.asax.cs index c2b8fe57..ada66461 100644 --- a/MP-MON/Global.asax.cs +++ b/MP-MON/Global.asax.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.Mvc; +using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; diff --git a/MP-MON/Models/MapoModel.Context.cs b/MP-MON/Models/MapoModel.Context.cs index 5de3805d..2e774437 100644 --- a/MP-MON/Models/MapoModel.Context.cs +++ b/MP-MON/Models/MapoModel.Context.cs @@ -11,10 +11,9 @@ namespace MP_MON.Models { using System; using System.Data.Entity; - using System.Data.Entity.Infrastructure; using System.Data.Entity.Core.Objects; - using System.Linq; - + using System.Data.Entity.Infrastructure; + public partial class MoonProEntities : DbContext { public MoonProEntities() diff --git a/MP-MON/Models/MappaStatoExpl.cs b/MP-MON/Models/MappaStatoExpl.cs index 61cd0742..192d1322 100644 --- a/MP-MON/Models/MappaStatoExpl.cs +++ b/MP-MON/Models/MappaStatoExpl.cs @@ -10,8 +10,7 @@ namespace MP_MON.Models { using System; - using System.Collections.Generic; - + public partial class MappaStatoExpl { public int RowNum { get; set; } diff --git a/MP-MON/Models/stp_MSE_getData_Result.cs b/MP-MON/Models/stp_MSE_getData_Result.cs index 2a3fd752..637b296c 100644 --- a/MP-MON/Models/stp_MSE_getData_Result.cs +++ b/MP-MON/Models/stp_MSE_getData_Result.cs @@ -10,7 +10,7 @@ namespace MP_MON.Models { using System; - + public partial class stp_MSE_getData_Result { public int RowNum { get; set; } diff --git a/MP-MON/Models/stp_MSE_getOffline_Result.cs b/MP-MON/Models/stp_MSE_getOffline_Result.cs index 747611d8..9584bf68 100644 --- a/MP-MON/Models/stp_MSE_getOffline_Result.cs +++ b/MP-MON/Models/stp_MSE_getOffline_Result.cs @@ -10,7 +10,7 @@ namespace MP_MON.Models { using System; - + public partial class stp_MSE_getOffline_Result { public int RowNum { get; set; } diff --git a/MP-MON/Properties/AssemblyInfo.cs b/MP-MON/Properties/AssemblyInfo.cs index 0ee166a4..d0b7c0ba 100644 --- a/MP-MON/Properties/AssemblyInfo.cs +++ b/MP-MON/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following