Ejemplo n.º 1
0
 public Startup(IConfiguration configuration)
 {
     Configuration = configuration;
     Board _board = Board.GetBoard();
 }