Ejemplo n.º 1
0
 public void AddNewLoan(int userId, int bookId)
 {
     _repo.AddNewLoan(userId, bookId);
 }