示例#1
0
 public string ExportExcelEmployee(Hashtable filters, out Library.DTO.Notification notification)
 {
     return(factory.ExportExcelEmployee(filters, out notification));
 }