client/src/Iri.Modernisation.Data/Models/Annotation.cs
changeset 43 7fa99f1c36a4
parent 28 2d4ec5ab2a40
--- a/client/src/Iri.Modernisation.Data/Models/Annotation.cs	Thu Feb 11 17:29:23 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Models/Annotation.cs	Fri Feb 12 11:53:02 2010 +0100
@@ -40,5 +40,10 @@
             : base(Vc)
         {
         }
+        public Annotation(Annotation old) : base(old)
+        {
+            Type = old.Type;
+            Contributer = old.Contributer;
+        }
     }
 }