Exemple #1
0
 public List <BatchDO> GetAllBatchReports()
 {
     return(persistenceFacade.GetBatchReports());
 }