Example #1
0
 public ActionResult LeadTimes()
 {
     using (var iRepo = new ImportRepository())
     {
         return(View(iRepo.GetLeadTimeSummary()));
     }
 }