Design Factors 11: For CRUD operation in BLL, when we use the business entity and when do use parameters?

images

Business entities can be passed as method parameter in BLL, or all data elements can be passed separately in BLL methods as method parameter. Some design also may support the Business Entity class to include the corresponding CRUD methods, which basically doesn’t require any data element to be passed in the CRUD methods.

Technorati Tags: ,,

Print | posted on Monday, April 21, 2008 11:55 AM

Comments on this post

No comments posted yet.

Your comment:

 (will show your gravatar)
 
Please add 4 and 6 and type the answer here: