0.0.3 • Published 4 years ago

bizdoc.core.tx v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Tx

Business trip & expense reporting for BizDoc.

  • Install BizDoc.Tx Nuget to support server side:

Install-Package BizDoc.Tx

  • Call AddTx() and UseTx() from startup.cs.
services.AddTx(options => options.UseSqlServer(connectionString, o => o.UseNetTopologySuite()), o =>
{
});

app.UseTx();
  • Add this package:

npm i bizdoc.core.tx

  • Add TxModule to your app module imports. You can set Tx client behaviur using TxModule.forRoot({}).

See product documentation on Github