MarimerLLC / cslaforum

Discussion forum for CSLA .NET
https://cslanet.com
Other
31 stars 6 forks source link

Project Tracker question #375

Open Chicagoan2016 opened 7 years ago

Chicagoan2016 commented 7 years ago

Why do we have a Businessbase under CslaBaseTypes folder?

Thanks

jonnybee commented 7 years ago

Is is to show how you could (and should) create your own intermediate base classes so that you can add modifications or override methods as required for all you business objects.

You could f.ex add logging of dataportal calls, exceptions in DataPortal calls and more.