コード例 #1
0
 public void DeletePhoto(int photoId)
 {
     _institutionRepository.DeletePhoto(photoId);
 }