//------------------------------------------------------------------------------ // // 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; public partial class AnagKeyValue { public string nomeVar { get; set; } public Nullable valInt { get; set; } public Nullable valFloat { get; set; } public string valString { get; set; } public string descrizione { get; set; } } }