client/src/Iri.Modernisation.Data/Models/AnnotationSession.cs
author totetm <>
Fri, 12 Feb 2010 16:22:57 +0100
changeset 47 9b26023b8c83
parent 0 249d70e7b32d
permissions -rw-r--r--
Fixed| bug si on ferme un livre en le lisant ReFixed|faire fonctionner le seek, même quand play n'est pas activer

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Iri.Modernisation.Data.Models
{
    public class AnnotationSession
    {
        public User User { get; set; }
        public List<Annotation> Annotations {get;set;}
        public List<PolemicLink> PolemicLinks{get;set;}
        
    }
}