Esempio n. 1
0
 public GameDto FindGameByName(string name)
 {
     return(_gameApplicationService.GetByName(name));
 }