internal static async Task <TransScope> Create() { var transScope = new TransScope(); await transScope.Init(); return(transScope); }
public async Task <TransScope> BeginTransaction() { return(await TransScope.Create()); }