diff -r 43bb1b8ed555 -r b6df6fce6e5d client/src/Iri.Modernisation.Data/Models/VideoChapter.cs --- 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 - } + /// /// Chapitre d'un VideoLivre @@ -29,10 +23,6 @@ /// public VideoBook Book {get;set;} - /// - /// Chapitre - /// - public VideoChapterType Type { get; set; } /// /// Titre du chapitre