コード例 #1
0
 public void DeleteAboutUs(int aboutUsID)
 {
     _aboutUsRepository.Delete(_aboutUsRepository.GetById(aboutUsID));
 }