client/src/Iri.Modernisation.Data/Ldt/LDTProject.cs
changeset 34 4d9ebc6fbbe8
parent 0 249d70e7b32d
--- a/client/src/Iri.Modernisation.Data/Ldt/LDTProject.cs	Tue Jan 19 09:49:26 2010 +0100
+++ b/client/src/Iri.Modernisation.Data/Ldt/LDTProject.cs	Tue Jan 19 09:49:56 2010 +0100
@@ -46,7 +46,10 @@
         }
         public LDTProject()
         {
-
+            Id = 0;
+            User = String.Empty;
+            Title = String.Empty;
+            Abstract = String.Empty;
         }
         public XElement XML
         {