Example #1
0
 public DataSetVM FindDataSet(string dataSetId)
 {
     return(DataSetVM.Find(this.DataSets, dataSetId));
 }