Example #1
0
 public DataSet GetDataSetByName(string name)
 {
     return(_simulationService.GetDataSetByName(name));
 }