예제 #1
0
 //returns the Partial View to AddVendorServices dynamically
 public ActionResult AddVendorServices()
 {
     return(PartialView("AddVendorServices", ExtensionClass.GetServices()));
 }