Exemplo n.º 1
0
 public EditCommands()
 {
     _commandsDatabaseHandler = new Database.Handlers.Commands();
 }
Exemplo n.º 2
0
 public Handler()
 {
     Currency = new Currency();
     _commandsDatabaseHandler = new Database.Handlers.Commands();
 }