Ejemplo n.º 1
0
 public ActionResult PromoteDeliveryman(int ID)
 {
     return(Json(ManagerViewModel.PromoteDeliveryman(ID)));
 }