コード例 #1
0
 public void CancelMapping(int datasetId)
 {
     _ingestionDAL.CancelMapping(datasetId);
 }