Exemplo n.º 1
0
 public ActionResult Index()
 {
     // return View();
     return(View(vpnService.FindList(x => x.Id != 0, "", false)));
 }
Exemplo n.º 2
0
 // GET: /Vpn/
 public ActionResult Index()
 {
     return(View(_vpnService.FindList(x => x.IsDeleted == false)));
 }