Exemplo n.º 1
0
 public User()
 {
     Device = SingleMashine.GetInstance(null, null);
 }
Exemplo n.º 2
0
 public Manager(List <Slot> slots, List <Coin> cashbox)
 {
     Device = SingleMashine.GetInstance(slots, cashbox);
 }