Exemplo n.º 1
0
 public ActionResult PDFPlanillaNum(string num_pla)
 {
     return(View(
                reporte.ListarPlanillaNum(num_pla)
                ));
 }