コード例 #1
0
 public void DecreaseBorrowRep(int custid)
 {
     _scoreRepository.DecreaseBorrowRep(custid);
     return;
 }