Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enisgurkann authored Sep 6, 2023
1 parent 1ee52f7 commit a56c85b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ PM> Using other expressions

```

```
PM> Using other expressions
```

```csharp

var customers = await _context.Customers.WithNoLock().ToListAsync();

```




0 comments on commit a56c85b

Please sign in to comment.