Replies: 1 comment 1 reply
-
首先感谢叶师傅无私奉献, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
public class MyUnitOfWorkManager : UnitOfWorkManager
{
public MyUnitOfWorkManager() : base(GetFreesql())
{
}
}
Beta Was this translation helpful? Give feedback.
All reactions