Example #1
0
 public ActionResult <IEnumerable <JobReport> > JobReport()
 {
     return(queries.JobReport().ToList());
 }