Repository pattern for external API? Or excel file?
In web applications it is common practice to use repository pattern for data access. Usually this is the way to extract data from a database. For example:
In web applications it is common practice to use repository pattern for data access. Usually this is the way to extract data from a database. For example: