I have two entities like this
Entity<Student>
Entity<Lesson>
Is there a usage for mapping on fluent-nhibernate like that?
class StudentEntityMap : ClassMap<Entity<Student>> {}
I have two entities like this
Entity<Student>
Entity<Lesson>
Is there a usage for mapping on fluent-nhibernate like that?
class StudentEntityMap : ClassMap<Entity<Student>> {}