예제 #1
0
 public IEnumerable <DataItem> ReturnLoadedData(string[] sanitisedData)
 {
     return(_fileLoader.LoadData(sanitisedData));
 }