コード例 #1
0
 public void UpdateAdvert(Advert ad)
 {
     _repo.UpdateAdvert(ad);
 }