예제 #1
0
 public BetterReportVM()
 {
     _betterReportInspector = new BetterReportInspector();
 }
예제 #2
0
 public BetterReportVM(BetterReportInspector betterReport)
 {
     _betterReportInspector = betterReport;
     _employee = new EmployeeVM(betterReport.Employee);
 }