Esempio n. 1
0
 public ActionResult <IEnumerable <Inspection> > GetScheduled()
 {
     return(_inspectionService.GetScheduled().ToList());
 }