Ejemplo n.º 1
0
 public void DecreaseBorrowRep(int custid)
 {
     _scoreRepository.DecreaseBorrowRep(custid);
     return;
 }