コード例 #1
0
 public DataSet GetDataSetById(string id)
 {
     return(_simulationService.GetDataSetById(id));
 }