N Tiers with SubSonic 3, Dirty Columns collection is alwayes empty on update
- by Adel
Hello guys
here is what i am doing, and not working for me.
I have a DAL generated with SubSonic 3 ActiveRecord template, i have a service layer (business layer if you well) that have mixture of facade and some validation.
say i have a method on the Service layer like public void UpdateClient(Client client);
in my GUI i create a Client object…