Esempio n. 1
0
 public bool CheckIfExists(string name)
 {
     return(_boardGameRepository.CheckIfExists(name));
 }