Esempio n. 1
0
 public void Edit(BoardGame boardGame)
 {
     _boardGameRepository.Edit(boardGame);
 }