Exemplo n.º 1
0
 public static DataSet ReadEexcel(string FilePath, string companycd)
 {
     return(ProjectBudgetDBHelper.ReadEexcel(FilePath, companycd));
 }