我正在使用两个类NiceCustomer和RoughCustomer接口界面ICustomer.
将ICustomer具有四个属性.他们是:
Property Id() As IntegerProperty Name() As StringProperty IsNiceCustomer() As BooleanReadOnly Property AddressFullText() As String我不知道如何将接口映射ICustomer到数据库.
我在内部异常中遇到这样的错误.
关联是指未映射的类:ICustomer
我正在使用Fluent和NHibernate.