Esempio n. 1
0
 public static void Generate(List <StringResourceModel> model, string fileName)
 {
     ExcelWorker.SaveListToExcel(model, fileName);
 }