Skip to content

Commit 8dcc6f0

Browse files
changes
1 parent dfff8d8 commit 8dcc6f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Javascript url adaptor/RemoteSave/Controllers/HomeController.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public ActionResult Update(TreeData value)
5656
val.Priority = value.Priority;
5757
val.Progress = value.Progress;
5858
return Json(value);
59-
6059
}
6160

6261
public void Insert(TreeData value, int relationalKey)
@@ -67,7 +66,6 @@ public void Insert(TreeData value, int relationalKey)
6766
if (TreeData.tree[i].TaskID == relationalKey)
6867
{
6968
break;
70-
7169
}
7270
}
7371
i += FindChildRecords(relationalKey);
@@ -102,7 +100,6 @@ public void Remove(List<TreeData> changed, List<TreeData> added, List<TreeData>
102100
}
103101
}
104102

105-
106103
public class CustomBind : TreeData
107104
{
108105
public TreeData parentItem;
@@ -114,7 +111,6 @@ public class ICRUDModel
114111
public int key;
115112
public string action;
116113
}
117-
118114
}
119115
public class TreeData
120116
{

0 commit comments

Comments
 (0)