コード例 #1
0
 public AddPreparatInComandaCommand(ClientLoggedInViewModel viewModel)
 {
     this._viewModel = viewModel;
 }
コード例 #2
0
 public AddMeniuInComandaCommand(ClientLoggedInViewModel viewModel)
 {
     this._viewModel = viewModel;
 }
コード例 #3
0
 public PlaseazaComandaCommand(ClientLoggedInViewModel viewModel)
 {
     this._viewModel = viewModel;
 }