Remove & sort using x MP-LAND

This commit is contained in:
Samuele E. Locatelli
2017-04-14 13:54:37 +02:00
parent cc4c5d4b79
commit eae298be73
9 changed files with 8 additions and 26 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Web;
using System.Web.Optimization;
using System.Web.Optimization;
namespace MP
{
+1 -2
View File
@@ -1,5 +1,4 @@
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc;
namespace MP
{
+1 -5
View File
@@ -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
-3
View File
@@ -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;
+1 -5
View File
@@ -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;
+1 -2
View File
@@ -10,8 +10,7 @@
namespace MP.Models
{
using System;
using System.Collections.Generic;
public partial class AnagKeyValue
{
public string nomeVar { get; set; }
+2 -4
View File
@@ -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()
+1 -2
View File
@@ -9,8 +9,7 @@
namespace MP.Models
{
using System;
public partial class stp_AKV_getByKey_Result
{
public string nomeVar { get; set; }
-1
View File
@@ -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