Exemplo n.º 1
0
 public ActionResult PowerCreate(info_Role role)
 {
     if (irb.Add(role) > 0)
     {
         return(Content("ok"));
     }
     else
     {
         return(Content("no"));
     }
 }