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
44 {
55 public virtual int Id { get ; set ; }
66 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 ; }
99 }
1010}
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public IQueryable<Timesheet> Timesheets
5959 get { return _session . Query < Timesheet > ( ) ; }
6060 }
6161
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+ }
6666
6767 public IQueryable < Mammal > Mammals
6868 {
@@ -113,10 +113,10 @@ public IQueryable<IUser> IUsers
113113 {
114114 get { return _session . Query < IUser > ( ) ; }
115115 }
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+ }
121121 }
122122}
You can’t perform that action at this time.
0 commit comments