14 lines
352 B
C#
14 lines
352 B
C#
using System;
|
|
|
|
namespace Kreta.BusinessLogic.Logic.Naplozas
|
|
{
|
|
public class NaplozasElokeszitesCo
|
|
{
|
|
public DateTime Start { get; set; }
|
|
public DateTime End { get; set; }
|
|
|
|
public int? OrarendiOraId { get; set; }
|
|
public int? TanitasiOraId { get; set; }
|
|
public int? SzervezetTipusId { get; set; }
|
|
}
|
|
}
|