Hi,
For the Business logic that would be used by the DPC ext class, is it not good to use Static methods instead of instantiating and then calling the method? Since the call for populating entity sets are independent of each other, the instantiating does not help much(my opinion). The business logic method itself can instantiate other classes to be able to optimally get the required data.
Would like to know others view on this?
Thanks
Jayant