Пример #1
0
 public ActionResult ExceptionList(List <string> exceptionList) // display item by exception and show selling price
 {
     return(View(ItemDataAccess.GetByException(exceptionList)));
 }