aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

Interface name does not match the file name #3

Closed michelbergeron closed 3 years ago

michelbergeron commented 3 years ago

Hi, I think there is a small issue: the names have been mixed up in the file:

AspNetCoreHero.Boilerplate.Application/Interfaces/CacheRepositories/IProductCacheRepository.cs

the interface name is "IBrandCacheRepository"

The same thing occured in the file "IBrandCacheRepository.cs" Thanks!

iammukeshm commented 3 years ago

Thanks for spotting the issue 👍