コード例 #1
0
 public ActionResult Products()
 {
     try
     {
         ViewBag.Categories = bal.Category();
         return(View());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }