Exemple #1
0
 private DataTable GetData(string fileType, string filePath)
 {
     return(iFileProcessor.GetData(fileType, filePath));
 }