Updated the Licence validity
This commit is contained in:
parent
5fd51487e5
commit
0277f62e27
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace Yavsc.Models.Messaging
|
||||||
// Author:
|
// Author:
|
||||||
// Paul Schneider <paul@pschneider.fr>
|
// Paul Schneider <paul@pschneider.fr>
|
||||||
//
|
//
|
||||||
// Copyright (c) 2015 GNU GPL
|
// Copyright (c) 2015-2016 GNU GPL
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// 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
|
// it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
|
@ -44,6 +44,8 @@ public class BookQueryEvent: YaEvent
|
||||||
/// <value>The end date.</value>
|
/// <value>The end date.</value>
|
||||||
[Display(Name="EndDate")]
|
[Display(Name="EndDate")]
|
||||||
public DateTime EndDate { get; set; }
|
public DateTime EndDate { get; set; }
|
||||||
|
|
||||||
|
public long CommandId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue