Exemplo n.º 1
0
 public int OpenCell(string cellName)
 {
     return(game.OpenCell(cellName, Request));
 }