File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
src/NHibernate.DomainModel/Northwind/Entities Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ public class AnotherEntity
4
4
{
5
5
public virtual int Id { get ; set ; }
6
6
public virtual string Output { get ; set ; }
7
- public virtual string Input { get ; set ; }
8
- public virtual CompositeIdEntity CompositeIdEntity { get ; set ; }
7
+ public virtual string Input { get ; set ; }
8
+ public virtual CompositeIdEntity CompositeIdEntity { get ; set ; }
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public IQueryable<Timesheet> Timesheets
59
59
get { return _session . Query < Timesheet > ( ) ; }
60
60
}
61
61
62
- public IQueryable < Animal > Animals
63
- {
64
- get { return _session . Query < Animal > ( ) ; }
65
- }
62
+ public IQueryable < Animal > Animals
63
+ {
64
+ get { return _session . Query < Animal > ( ) ; }
65
+ }
66
66
67
67
public IQueryable < Mammal > Mammals
68
68
{
@@ -113,10 +113,10 @@ public IQueryable<IUser> IUsers
113
113
{
114
114
get { return _session . Query < IUser > ( ) ; }
115
115
}
116
-
117
- public IQueryable < AnotherEntity > AnotherEntity
118
- {
119
- get { return _session . Query < AnotherEntity > ( ) ; }
120
- }
116
+
117
+ public IQueryable < AnotherEntity > AnotherEntity
118
+ {
119
+ get { return _session . Query < AnotherEntity > ( ) ; }
120
+ }
121
121
}
122
122
}
You can’t perform that action at this time.
0 commit comments