Exemplo n.º 1
0
 public ActionResult ShowInfo()
 {
     Business.Sys_ServiceIntroduction Sys_ServiceIntroduction = new Business.Sys_ServiceIntroduction();
     ViewBag.info = Sys_ServiceIntroduction.GetModel().Msg;
     return(View());
 }
Exemplo n.º 2
0
 //
 // GET: /ServiceIntroduction/
 public ActionResult Index()
 {
     Business.Sys_ServiceIntroduction Sys_ServiceIntroduction = new Business.Sys_ServiceIntroduction();
     return(View(Sys_ServiceIntroduction.GetModel()));
 }