Esempio n. 1
0
 // GET: Exhibitions
 public ActionResult Index()
 {
     ViewBag.ResourceAddress = "https://bingqiangzhou.cn/Training/AppResources/";
     ViewBag.TypeList        = customService.GetAllExhibitionTypes();
     return(View(exhibitionService.GetAllExhibitions()));
 }