Files
MedAP/MedAP_data/stp_listValues_getValidValuesTrad_Result.cs
2018-01-23 16:45:37 +01:00

20 lines
655 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Codice generato da un modello.
//
// 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 MedAP_data
{
using System;
public partial class stp_listValues_getValidValuesTrad_Result
{
public string strKey { get; set; }
public string strVal { get; set; }
}
}