Exemple #1
0
 public (int, string) delete_data_set(string data_set_path)
 {
     return(_data_set_repo.delete_data_set(data_set_path));
 }