コード例 #1
0
 public GetDailyReportPaymentommand(VentaDetailViewModel viewModel)
 {
     this._viewModel = viewModel;
 }
コード例 #2
0
 public UpdateVentaCommand(VentaDetailViewModel viewModel)
 {
     this._viewModel = viewModel;
 }