Example #1
0
 public OfficeWorkerMenuUC(OfficeWorkerMenuViewModel viewModel)
 {
     _officeWorkerMenuVM = viewModel;
     Init();
 }
Example #2
0
 public OfficeWorkerMenuUC()
 {
     _officeWorkerMenuVM = new OfficeWorkerMenuViewModel();
     Init();
 }