| author | totetm <> |
| Fri, 12 Feb 2010 16:22:57 +0100 | |
| changeset 47 | 9b26023b8c83 |
| parent 0 | 249d70e7b32d |
| permissions | -rw-r--r-- |
| 0 | 1 |
using System; |
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
namespace Iri.Modernisation.Data.Models |
|
6 |
{ |
|
7 |
public class AnnotationSession |
|
8 |
{ |
|
9 |
public User User { get; set; } |
|
10 |
public List<Annotation> Annotations {get;set;} |
|
11 |
public List<PolemicLink> PolemicLinks{get;set;} |
|
12 |
|
|
13 |
} |
|
14 |
} |