Exemple #1
0
 public BatchDO GetSpecificReport(int id)
 {
     return(persistenceFacade.GetSpecificReport(id));
 }