wanshenmean
昨天 fba665e8a67fcec20a6bbb2722efbee0e33dc6ad
Code/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/UnitOfWorks/IUnitOfWorkManage.cs
@@ -17,6 +17,8 @@
        void BeginTran();
        void BeginTran(MethodInfo method);
        WebResponseContent BeginTran(Func<WebResponseContent> func);
        Task<WebResponseContent> BeginTranAsync(Func<Task<WebResponseContent>> funcAsync);
        void CommitTran();
        void CommitTran(MethodInfo method);
        void RollbackTran();