Skip to content

Commit ea17ad4

Browse files
Create README.md
1 parent 2d07034 commit ea17ad4

File tree

1 file changed

+9
-0
lines changed
  • src/DotNetToolkit.Repository.AzureStorageTable

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# How to Use?
2+
3+
```csharp
4+
var options = new RepositoryOptionsBuilder()
5+
.UseAzureStorageTable(...) // for microsoft azure storage table service
6+
.Options;
7+
8+
var repo = new Repository<Customer>(options);
9+
```

0 commit comments

Comments
 (0)