bozza gestione elenco utenti in MP LAND

This commit is contained in:
Samuele E. Locatelli
2018-05-29 00:18:54 +02:00
parent 1b921943b5
commit 010ed20ce2
13 changed files with 156 additions and 30 deletions
+8 -5
View File
@@ -1,18 +1,20 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
// Codice generato da un modello.
//
// 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.
// Le modifiche manuali a questo file potrebbero causare un comportamento imprevisto dell'applicazione.
// Se il codice viene rigenerato, le modifiche manuali al file verranno sovrascritte.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MP.Models
{
using System;
using System.Data.Entity;
using System.Data.Entity.Core.Objects;
using System.Data.Entity.Infrastructure;
using System.Data.Entity.Core.Objects;
using System.Linq;
public partial class MoonProEntities : DbContext
{
public MoonProEntities()
@@ -26,6 +28,7 @@ namespace MP.Models
}
public virtual DbSet<AnagKeyValue> AnagKeyValue { get; set; }
public virtual DbSet<AnagraficaOperatori> AnagraficaOperatori { get; set; }
public virtual ObjectResult<AnagKeyValue> stp_AKV_getByKey(string nomeVar)
{