Exemplo n.º 1
0
 public List <GameWin> GameWin(GameWin data)
 {
     return(_repo.GameWin(data));
 }