コード例 #1
0
 public int Remove(string id)
 {
     return(DDBWrapper.MetaRemove(_ddb.DatasetFolderPath, id));
 }