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