50d65eebaa
- renaming classi gestione DbModels in - spostamento anagrafica flussi da auth a generale
20 lines
454 B
C#
20 lines
454 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.DbModels
|
|
{
|
|
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
|
|
}
|
|
} |