User1536465747 posted
say I have an object Client in the business layer. Then I have ClientRepository with Retrieve and Save methods.
Finally, I have another data layer project in the same solution whereas for now I store connection object.
My question is the following:
Where I open the connection and create command and everything? In each of the ClientRepository methods OR I create an additional kinda DA helper so then i only assign the SP name in the method and get the data?