| changeset 0 | 249d70e7b32d |
| -1:000000000000 | 0:249d70e7b32d |
|---|---|
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 } |