client/src/Iri.Modernisation.Data/Models/PolemicLink.cs
changeset 28 2d4ec5ab2a40
parent 26 44a2dc869e28
--- a/client/src/Iri.Modernisation.Data/Models/PolemicLink.cs	Mon Jan 04 10:29:39 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Models/PolemicLink.cs	Tue Jan 05 15:53:48 2010 +0100
@@ -30,6 +30,6 @@
         /// <summary>
         /// Type du lien
         /// </summary>
-        public PolemicElementType Type { get; set; }
+        public PolemicTypeDescription Type { get; set; }
     }
 }