DEV Community

Discussion on: Getting Familiar With The Awesome Repository Pattern

Collapse
 
ayman_alkooly profile image
ayman

Actually the simplest article I have ever read regarding design pattern!! thank you so much..

I have one question .. why you used PersonService method to initiate IPersonRepository and
ICompanyRepository ..
shouldn't it to be initiated in constructor??