init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class CsengetesiRendOraCO
|
||||
{
|
||||
public int? ID { get; set; }
|
||||
public int Oraszam { get; set; }
|
||||
public int CsengetesiRendID { get; set; }
|
||||
public DateTime Kezd { get; set; }
|
||||
public DateTime Veg { get; set; }
|
||||
public bool Aktiv { get; set; }
|
||||
public bool IsVanKapcsolodoOra { get; set; }
|
||||
public int MinOraszam { get; set; }
|
||||
public int MaxOraszam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user