예제 #1
0
 public ActionResult PromoteDeliveryman(int ID)
 {
     return(Json(ManagerViewModel.PromoteDeliveryman(ID)));
 }