Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit 725ae1e

Browse files
committed
rollback DefaultNamingStrategy
1 parent 7132d85 commit 725ae1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BorderEast.ArangoDB.Client/BorderEast.ArangoDB.Client/Database/ArangoDBContractResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace BorderEast.ArangoDB.Client.Database
99
public class ArangoDBContractResolver : DefaultContractResolver {
1010
public ArangoDBContractResolver() : base()
1111
{
12-
NamingStrategy = new DefaultNamingStrategy
12+
NamingStrategy = new CamelCaseNamingStrategy
1313
{
1414
ProcessDictionaryKeys = true,
1515
OverrideSpecifiedNames = false,

0 commit comments

Comments
 (0)