Beispiel #1
0
 public object ExportExcel(int userID, System.Collections.Hashtable filters, out Library.DTO.Notification notification)
 {
     return(factory.ExportExcel(userID, filters, out notification));
 }