We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4fd4e commit eb482d6Copy full SHA for eb482d6
src/NHibernate.Test/Async/NHSpecificTest/GH3176/FixtureByCode.cs
@@ -26,17 +26,16 @@ namespace NHibernate.Test.NHSpecificTest.GH3176
26
public class ByCodeFixtureAsync : TestCaseMappingByCode
27
{
28
private readonly bool _versioned;
29
+ private int _id;
30
+
31
+ protected override string CacheConcurrencyStrategy { get; }
32
33
public ByCodeFixtureAsync(string cacheStrategy, bool versioned)
34
35
_versioned = versioned;
36
CacheConcurrencyStrategy = cacheStrategy;
37
}
38
- protected override string CacheConcurrencyStrategy { get; }
-
- private int _id;
39
40
protected override HbmMapping GetMappings()
41
42
var mapper = new ModelMapper();
0 commit comments