[longomatch] Make EventType inherit from IIDObject



commit c184c47c65885aa968523de57567cf41ec835b95
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Mar 17 12:13:37 2015 +0100

    Make EventType inherit from IIDObject

 LongoMatch.Core/Store/EventType.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Store/EventType.cs b/LongoMatch.Core/Store/EventType.cs
index 14ef1c5..268a892 100644
--- a/LongoMatch.Core/Store/EventType.cs
+++ b/LongoMatch.Core/Store/EventType.cs
@@ -21,11 +21,12 @@ using System.Collections.Generic;
 using LongoMatch.Core.Common;
 using Mono.Unix;
 using Newtonsoft.Json;
+using LongoMatch.Core.Interfaces;
 
 namespace LongoMatch.Core.Store
 {
        [Serializable]
-       public class EventType
+       public class EventType: IIDObject
        {
 
                public EventType ()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]