コード例 #1
0
 public InspectionReportVM(InspectionReport inspectionReport)
 {
     this._inspectionReport = inspectionReport;
 }
コード例 #2
0
 public InspectionReportVM()
 {
     _inspectionReport = new InspectionReport();
 }