diff --git a/MP/App_Start/BundleConfig.cs b/MP/App_Start/BundleConfig.cs index 810c3402..17fce2bd 100644 --- a/MP/App_Start/BundleConfig.cs +++ b/MP/App_Start/BundleConfig.cs @@ -1,5 +1,4 @@ -using System.Web; -using System.Web.Optimization; +using System.Web.Optimization; namespace MP { diff --git a/MP/App_Start/FilterConfig.cs b/MP/App_Start/FilterConfig.cs index 06c77029..3d03e921 100644 --- a/MP/App_Start/FilterConfig.cs +++ b/MP/App_Start/FilterConfig.cs @@ -1,5 +1,4 @@ -using System.Web; -using System.Web.Mvc; +using System.Web.Mvc; namespace MP { diff --git a/MP/App_Start/RouteConfig.cs b/MP/App_Start/RouteConfig.cs index df617fdc..4cf9fb2b 100644 --- a/MP/App_Start/RouteConfig.cs +++ b/MP/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 diff --git a/MP/Controllers/HomeController.cs b/MP/Controllers/HomeController.cs index c3305fc9..3a893aa5 100644 --- a/MP/Controllers/HomeController.cs +++ b/MP/Controllers/HomeController.cs @@ -1,8 +1,5 @@ using MP.Models; -using System; -using System.Collections.Generic; using System.Linq; -using System.Web; using System.Web.Configuration; using System.Web.Mvc; diff --git a/MP/Global.asax.cs b/MP/Global.asax.cs index 5376a32f..46b6f5c1 100644 --- a/MP/Global.asax.cs +++ b/MP/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/Models/AnagKeyValue.cs b/MP/Models/AnagKeyValue.cs index 6ac9e503..61954257 100644 --- a/MP/Models/AnagKeyValue.cs +++ b/MP/Models/AnagKeyValue.cs @@ -10,8 +10,7 @@ namespace MP.Models { using System; - using System.Collections.Generic; - + public partial class AnagKeyValue { public string nomeVar { get; set; } diff --git a/MP/Models/MPModel.Context.cs b/MP/Models/MPModel.Context.cs index fe076128..8515b287 100644 --- a/MP/Models/MPModel.Context.cs +++ b/MP/Models/MPModel.Context.cs @@ -9,12 +9,10 @@ namespace MP.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/Models/stp_AKV_getByKey_Result.cs b/MP/Models/stp_AKV_getByKey_Result.cs index d4f458b0..6d412933 100644 --- a/MP/Models/stp_AKV_getByKey_Result.cs +++ b/MP/Models/stp_AKV_getByKey_Result.cs @@ -9,8 +9,7 @@ namespace MP.Models { - using System; - + public partial class stp_AKV_getByKey_Result { public string nomeVar { get; set; } diff --git a/MP/Properties/AssemblyInfo.cs b/MP/Properties/AssemblyInfo.cs index 6c667634..7263b86f 100644 --- a/MP/Properties/AssemblyInfo.cs +++ b/MP/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