コード例 #1
0
 public void UnVerifyInterest(int interestId)
 {
     _interestRepo.UnVerifyInterest(interestId);
 }