14 lines
321 B
C#
14 lines
321 B
C#
// <Auto-Generated>
|
|
// This is here so CodeMaid doesn't reorganize this document
|
|
// </Auto-Generated>
|
|
namespace EgwCoreLib.Lux.Data.DbModel.Config
|
|
{
|
|
/// <summary>
|
|
/// Risorsa tipo di Wood x EF
|
|
/// </summary>
|
|
[Table("conf_profile")]
|
|
public class ProfileModel : Egw.Window.Data.Profile
|
|
{
|
|
}
|
|
}
|