Exemplo n.º 1
0
 public ActionResult Hosts()
 {
     return(View(accountAppService.GetAllHosts()));
 }