示例#1
0
 public ActionResult UsersSearch(string text)
 {
     return(View(irep.SearchUsers(text)));
 }