17 lines
599 B
C#
17 lines
599 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 Hardware x EF
|
|
/// </summary>
|
|
[Table("conf_Hardware")]
|
|
public class HardwareModel : Egw.Window.Data.Hardware
|
|
{
|
|
public HardwareModel(string Id, string FamilyName, string Description, Egw.Window.Data.Enums.OpeningTypes OpeningType, string Shape, int SashQty, int SashPosition) : base(Id, FamilyName, Description, OpeningType, Shape, SashQty, SashPosition)
|
|
{
|
|
}
|
|
}
|
|
}
|