コード例 #1
0
 public int Update(StorageInspection storageInspection)
 {
     return(StorageInspectionRepository.Update(storageInspection));
 }
コード例 #2
0
 public int Insert(StorageInspection storageInspection)
 {
     return(StorageInspectionRepository.Insert(storageInspection));
 }