示例#1
0
 public ActionResult Put([FromForm] BannerDto banner, int id)
 {
     return(GetStatusCodeResult(_bannerManager.Update(banner, id)));
 }