Exemplo n.º 1
0
 public void ChangeGameRef(int id, int newGameRef)
 {
     rentRepo.ChangeGameRef(id, newGameRef);
 }