DEV Community

Discussion on: Implementing SOLID REST API using ASP.NET Core

Collapse
 
juslwk profile image
Justin Lim

Great tutorial, thanks!
But, shouldn't the Repository be inside the DAL layer instead of the DL,
since we are accessing the database inside the repository?