init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Ellenorzo.Domain.VN.Ora.TanitasiOra
|
||||
{
|
||||
public class TanitasiOraResponse
|
||||
{
|
||||
public DateTime KezdoDatum { get; set; }
|
||||
|
||||
public DateTime VegDatum { get; set; }
|
||||
|
||||
public byte? Oraszam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user