コード例 #1
0
 public void DeleteImage(int id)
 {
     _realEstateRepository.DeleteImage(id);
 }