Example #1
0
 public bool EditRecordNotChangeType(List <string> fileIdList, List <string> otherFileIdList, List <OtherFileList> otherFileList,
                                     List <RecordList> fileList, Record record, OperateLog operateLog)
 {
     return(repository.EditRecordNotChangeType(fileIdList, otherFileIdList, otherFileList, fileList, record, operateLog));
 }