Exemple #1
0
 public (int, string) clear_graph_data(string data_set_path, Action failure = null)
 {
     return(_data_set_repo.clear_graph_data(data_set_path, failure));
 }