Exemplo n.º 1
0
 public ActionResult PromoteUser(int UserID)
 {
     ManagerViewModel.PromoteUser(UserID);
     return(Json("promoted"));
 }