Files
gpw_next/GPW.Api/GPW.Data/DBModels/Funzioni.cs
T
2021-10-18 15:43:53 +02:00

14 lines
242 B
C#

using System;
using System.Collections.Generic;
#nullable disable
namespace GPW.Data.DBModels
{
public partial class Funzioni
{
public string Funzione { get; set; }
public string Descrizione { get; set; }
}
}