Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit c8bc9e0

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
AspNetCore support
1 parent d4492cc commit c8bc9e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ https://dotnetfiddle.net/7Ndwot
4444
```
4545
### ASP.NET Core 2.0
4646
```
47-
using System.Linq;
47+
using System.Linq;
4848
4949
using Community.OData.Linq;
5050
using Community.OData.Linq.AspNetCore;
@@ -56,7 +56,7 @@ https://dotnetfiddle.net/7Ndwot
5656
5757
using Newtonsoft.Json.Linq;
5858
59-
public class Entity
59+
public class Entity
6060
{
6161
public int Id { get; set; }
6262
@@ -88,7 +88,7 @@ https://dotnetfiddle.net/7Ndwot
8888
return this.BadRequest(e.Message);
8989
}
9090
}
91-
}
91+
}
9292
```
9393
# Advanced code samples at wiki
9494
https://github.com/IharYakimush/comminity-data-odata-linq/wiki

0 commit comments

Comments
 (0)