Remove SCLA Scoping
This commit is contained in:
@@ -25,7 +25,7 @@ namespace VEPROMS.CSLA.Library
|
||||
public int DocID => _DocID;
|
||||
public DocIDCriteria(int docID) => _DocID = docID;
|
||||
}
|
||||
[Transactional(TransactionalTypes.TransactionScope)]
|
||||
|
||||
private void DataPortal_Delete(DocIDCriteria criteria)
|
||||
{
|
||||
if (_MyLog.IsDebugEnabled) _MyLog.DebugFormat("[{0}] Pdf.DataPortal_Delete", GetHashCode());
|
||||
|
||||
Reference in New Issue
Block a user