using (var uow = UnitOfWorkManager.Begin(TransactionScopeOption.RequiresNew))
{ //所有数据库的操作 uow.Complete(); }