コード例 #1
0
 public int AddInspectionDetail(InspectionDetailClass inspectionDetail)
 {
     return(dal.AddInspectionDetail(inspectionDetail));
 }