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