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