示例#1
0
 public ActionResult AddTorrent()
 {
     return(View(new AddTorrentViewModel
     {
         ListTypes = torrentManager.GetListTypes()
     }));
 }