Beispiel #1
0
 public string DownloadReport(OPDFilterSearchModel searchModel)
 {
     try
     {
         OPDHistory             entity = new OPDHistory();
         List <OPDHistoryModel> model  = entity.GetGenericReport(GetPredicate(searchModel));
         return(createReport(model));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }