Example #1
0
 public PartialViewResult Category()
 {
     return(PartialView(ad.CategoryList()));
 }