Exemplo n.º 1
0
 public AddPreparatInComandaCommand(ClientLoggedInViewModel viewModel)
 {
     this._viewModel = viewModel;
 }
Exemplo n.º 2
0
 public AddMeniuInComandaCommand(ClientLoggedInViewModel viewModel)
 {
     this._viewModel = viewModel;
 }
Exemplo n.º 3
0
 public PlaseazaComandaCommand(ClientLoggedInViewModel viewModel)
 {
     this._viewModel = viewModel;
 }