示例#1
0
 public ActionResult PDFEmpleados()
 {
     return(View(
                reporte.ListarEmpleados()
                ));
 }