Browse Source
Update docs/en/Getting-Started-Create-Solution-Single.md
Co-authored-by: Engincan VESKE <enginveske@gmail.com>
pull/16359/head
Hamza Albreem
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Getting-Started-Create-Solution-Single.md
|
|
|
@ -39,7 +39,7 @@ The [startup template](Startup-templates/Index.md) **disables** transactions in |
|
|
|
```csharp |
|
|
|
Configure<AbpUnitOfWorkDefaultOptions>(options => |
|
|
|
{ |
|
|
|
options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled; |
|
|
|
options.TransactionBehavior = UnitOfWorkTransactionBehavior.Enabled; //or UnitOfWorkTransactionBehavior.Auto |
|
|
|
}); |
|
|
|
``` |
|
|
|
|
|
|
|
|