Hi ! :)
I'm going to be crazy if i don't find the solution ... please help me !
I'm working with MVC model and I'd like to persist my business which are declared like this :
Code:
internal class MyClass : IMyClass
{
}
I try to persist them without change their accessibility but of course, it doesn't work ... So I think to I should use my Interface which are declared as public.
The problem I have is that i can't persist my interface because of Nhibernate doesn't find properties ...
Is there someone who has a sample code for this ?
Thanks in advance,
Vincent