File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
4646
4747 <details>
4848
49- <summary><b><tt>Execute DBContext Commands Synchronously<tt><b></summary><br>
49+ <summary><b><tt>Execute DBContext Commands Synchronously</ tt></ b></summary></ br>
5050
5151 ```
5252 var result = dbContext.FetchData(<Sql Statement>);
@@ -71,7 +71,7 @@ Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsof
7171
7272 <details>
7373
74- <summary><b><tt>Execute DBContext Commands Asynchronously<tt><b></summary><br>
74+ <summary><b><tt>Execute DBContext Commands Asynchronously</ tt></ b></summary></ br>
7575
7676 ```
7777 var result = dbContext.FetchDataAsync(<Sql Statement>);
You can’t perform that action at this time.
0 commit comments