Exemplo n.º 1
0
 public ActionResult RolesSearch(string text)
 {
     return(View(irep.SearchRoles(text)));
 }