Beispiel #1
0
 public ActionResult CLoai(int?page, int?macl)
 {
     if (page == null)
     {
         page = 1;
     }
     Session["key2"] = macl;
     return(View(ProductBus.SpTheoCL(page, macl)));
 }