Exemple #1
0
 public static DataRow GetDetails(string tableName, int id)
 {
     return(excelDocument.GetDetails(tableName, id));
 }