diff --git a/MP-LAND/MP-LAND.csproj b/MP-LAND/MP-LAND.csproj index 0dc36e90..d0a6c6e8 100644 --- a/MP-LAND/MP-LAND.csproj +++ b/MP-LAND/MP-LAND.csproj @@ -293,9 +293,6 @@ MPModel.tt - - MPModel.tt - diff --git a/MP-LAND/Models/MPModel.Context.cs b/MP-LAND/Models/MPModel.Context.cs index d7175f58..9bd750c5 100644 --- a/MP-LAND/Models/MPModel.Context.cs +++ b/MP-LAND/Models/MPModel.Context.cs @@ -30,7 +30,6 @@ namespace MP.Models public virtual DbSet AnagKeyValue { get; set; } public virtual DbSet AnagraficaOperatori { get; set; } public virtual DbSet ConfigTmp { get; set; } - public virtual DbSet UpdateMan { get; set; } public virtual ObjectResult stp_AKV_getByKey(string nomeVar) { diff --git a/MP-LAND/Models/MPModel.edmx b/MP-LAND/Models/MPModel.edmx index 614f0921..e650c374 100644 --- a/MP-LAND/Models/MPModel.edmx +++ b/MP-LAND/Models/MPModel.edmx @@ -36,17 +36,6 @@ - - - - - - - - - - - @@ -54,7 +43,6 @@ - @@ -77,7 +65,6 @@ - @@ -107,17 +94,6 @@ - - - - - - - - - - - @@ -159,18 +135,6 @@ - - - - - - - - - - - - diff --git a/MP-LAND/Models/MPModel.edmx.diagram b/MP-LAND/Models/MPModel.edmx.diagram index 3cf58a19..8f02a6b8 100644 --- a/MP-LAND/Models/MPModel.edmx.diagram +++ b/MP-LAND/Models/MPModel.edmx.diagram @@ -8,7 +8,6 @@ - diff --git a/MP-LAND/Models/UpdateMan.cs b/MP-LAND/Models/UpdateMan.cs deleted file mode 100644 index 267e096e..00000000 --- a/MP-LAND/Models/UpdateMan.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated from a template. -// -// Manual changes to this file may cause unexpected behavior in your application. -// Manual changes to this file will be overwritten if the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace MP.Models -{ - using System; - using System.Collections.Generic; - - public partial class UpdateMan - { - public string AppName { get; set; } - public string ManifestUrl { get; set; } - public bool IsAuth { get; set; } - public string LocalRepo { get; set; } - public string PackName { get; set; } - public string LicenseKey { get; set; } - } -}