3a5b77314a
- DTO e MOdelli NON riorganizzabili - refresh globale ordinamenti - test rebuild
20 lines
460 B
C#
20 lines
460 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
#nullable disable
|
|
// <Auto-Generated>
|
|
// This is here so CodeMaid doesn't reorganize this document
|
|
// </Auto-Generated>
|
|
namespace MP.Data.DatabaseModels
|
|
{
|
|
public partial class AzioniUL
|
|
{
|
|
#region Public Properties
|
|
|
|
public string Azione { get; set; }
|
|
public string Class { get; set; }
|
|
public string Descrizione { get; set; }
|
|
|
|
#endregion Public Properties
|
|
}
|
|
} |