Пример #1
0
 public BetterReportVM(BetterReportInspector betterReport)
 {
     _betterReportInspector = betterReport;
     _employee = new EmployeeVM(betterReport.Employee);
 }