--- 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