コード例 #1
0
 public void UpdateDvd(int id, Dvd dvd)
 {
     _dvdRepo.DvdEdit(id, dvd);
 }