DEV Community

Discussion on: Getting Familiar With The Awesome Repository Pattern

Collapse
 
blablapolicja profile image
Stanislav Dzhus

Thank you for the article

Found in 7th code snippet:

  • missing space in ICompanyDataContextcompanyDataContext
  • typo here _companyDataContext= personDataContext;. Should be _companyDataContext= companyDataContext
Collapse
 
angeluz07 profile image
Angeluz-07

I think, in same snippet
PersonModel GetCompanyByName(string name); should be CompanyModel GetCompanyByName(string name);