20 lines
655 B
C#
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; }
|
|
}
|
|
}
|