Remove & sort using x MP-LAND
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Web;
|
||||
using System.Web.Optimization;
|
||||
using System.Web.Optimization;
|
||||
|
||||
namespace MP
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace MP
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
@@ -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;
|
||||
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
namespace MP.Models
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
public partial class AnagKeyValue
|
||||
{
|
||||
public string nomeVar { get; set; }
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
|
||||
namespace MP.Models
|
||||
{
|
||||
using System;
|
||||
|
||||
|
||||
public partial class stp_AKV_getByKey_Result
|
||||
{
|
||||
public string nomeVar { get; set; }
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user