示例#1
0
 public void DecreaseOwnerRep(int custid)
 {
     _scoreRepository.DecreaseOwnerRep(custid);
     return;
 }