示例#1
0
 public AppDbContext CreateContext(bool beginTransaction = false)
 {
     return(_dbFactory.CreateContext(beginTransaction));
 }