Exemplo n.º 1
0
 public IHttpActionResult Delete(int id)
 {
     Rbac.Delete(Rbac.GetRbac(id));
     return(Ok());
 }