Files
mapo-core/MP.AppAuth/Models/AnagraficaFlussi.cs
T
2021-09-18 10:55:24 +02:00

17 lines
319 B
C#

using System;
using System.Collections.Generic;
#nullable disable
namespace MP.AppAuth.Models
{
public partial class AnagraficaFlussi
{
#region Public Properties
public string CodFlux { get; set; }
public string DescrFlux { get; set; }
#endregion Public Properties
}
}