From 099c20bcb9355ba9bbf8453828dd47847c9e3aca Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 27 Jul 2016 14:31:04 +0200 Subject: [PATCH] Updated the Licence validity --- Yavsc/Model/Messaging/BookQueryEvent.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Yavsc/Model/Messaging/BookQueryEvent.cs b/Yavsc/Model/Messaging/BookQueryEvent.cs index 9d4ba316..ef8a7af4 100644 --- a/Yavsc/Model/Messaging/BookQueryEvent.cs +++ b/Yavsc/Model/Messaging/BookQueryEvent.cs @@ -10,7 +10,7 @@ namespace Yavsc.Models.Messaging // Author: // Paul Schneider // -// Copyright (c) 2015 GNU GPL +// Copyright (c) 2015-2016 GNU GPL // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by @@ -44,6 +44,8 @@ public class BookQueryEvent: YaEvent /// The end date. [Display(Name="EndDate")] public DateTime EndDate { get; set; } + + public long CommandId { get; set; } } }