Example #1
0
 public Reporte GetReporte(Expression <Func <Reporte, bool> > criteria)
 {
     return(ReporteDao.Get(criteria));
 }
Example #2
0
 public Reporte GetReporte(int id)
 {
     return(ReporteDao.Get(id));
 }