views:

16

answers:

0

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>> {}

related questions