Пример #1
0
 public ActionResult EditLeadTimes()
 {
     using (var iRepo = new ImportRepository())
     {
         return(View(iRepo.GetLeadTimeInformation()));
     }
 }