Esempio n. 1
0
 public void Delete(string path)
 {
     _projectSystem.Delete(path);
 }
Esempio n. 2
0
 public void Delete(JsonObject input)
 {
     _projectSystem.Delete((string)input["path"]);
 }