wanshenmean
4 天以前 7278264f027d62664a0209699d0f66a22fd06a8e
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();