Example #1
0
 public DataRow GetDataRowById(string id)
 {
     return(_simulationService.GetDataRowById(id));
 }