client/src/Iri.Modernisation.Data/Models/VideoChapter.cs
changeset 36 b6df6fce6e5d
parent 27 f292db96b050
child 38 bd33267300aa
--- a/client/src/Iri.Modernisation.Data/Models/VideoChapter.cs	Mon Jan 25 09:30:22 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Models/VideoChapter.cs	Wed Jan 27 10:37:39 2010 +0100
@@ -11,13 +11,7 @@
 using System.Collections.Generic;
 namespace Iri.Modernisation.Data.Models
 {
-    public enum VideoChapterType
-    {
-        Modernisation = 0,
-        Modernite=1,
-        Postmodernite=2,
-        Ouverture=3
-    }
+ 
 
     /// <summary>
     /// Chapitre d'un VideoLivre
@@ -29,10 +23,6 @@
         /// </summary>
         public VideoBook Book {get;set;}
 
-        /// <summary>
-        /// Chapitre
-        /// </summary>
-        public VideoChapterType Type { get; set; }
 
         /// <summary>
         /// Titre du chapitre