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
@@ -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; }