Need help with NHibernate / Fluent NHibernate mapping
- by Mark Boltuc
Let's say your have the following table structure:
==============================
| Case |
==============================
| Id | int |
| ReferralType | varchar(10) |
+---------| ReferralId | int …