Generic Repository
In last post we use simple repository pattern.In simple repository when we add more and more repositories we end up with writing same code again and specially core for CURD operations. If you add more domain entities you need to write same code again and again to perform the CURD operations for various repositories. Only […]
Read More