示例#1
0
 public ActionResult Hosts()
 {
     return(View(accountAppService.GetAllHosts()));
 }