Przeglądaj źródła

Merge branch 'master' of https://github.com/egametang/Egametang

tanghai 8 lat temu
rodzic
commit
d05bb51205
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      Server/Model/Entity/DBSaveTask.cs

+ 4 - 0
Server/Model/Entity/DBSaveTask.cs

@@ -25,6 +25,10 @@ namespace Model
 		public string CollectionName { get; set; }
 
 		public TaskCompletionSource<bool> Tcs;
+		
+		public DBSaveTask()
+		{
+		}
 
 		public DBSaveTask(long id): base(id)
 		{