示例#1
0
 public ActionResult YourViaFacebook()
 {
     ViewBag.Gifts = ProcessStringData.getGifts();
     return(View());
 }
示例#2
0
 public ActionResult AddContent()
 {
     ViewBag.Tags  = ProcessStringData.getTags();
     ViewBag.Gifts = ProcessStringData.getGifts();
     return(View());
 }