예제 #1
0
 public void DeleteFileData(DSS4_ECompliance.BO.FileData filedata, bool doNotCallDeleteForThis = false, bool isCascaded = false, object calledBy = null)
 {
     if (filedata == null || filedata.IsTransient())
     {
         return;
     }
     if (!doNotCallDeleteForThis)
     {
         Delete <DSS4_ECompliance.BO.FileData>(filedata, isCascaded);
     }
 }