Stefan D

Stefan D

  • NA
  • 3
  • 2.1k

Extending DAL class in BLL

Aug 25 2012 2:01 AM
What's the best way to extend a class generated in the DAL in the BLL of an application. All layers are seperate applications and compiled independently. 

What I want to do is add some business logic to the class so that it can be pulled through to the presentation layer. 

I can easily extend it in the DAL but strict programming says it should go in the BLL

Any thoughts?

Answers (3)