Closed pournasserian closed 1 year ago
Isn't it better to have simple/smaller naming for the repository layer?
MongoDbGenericRepository
GenericRepository
FluentCMS.Repositories.MongoDb
LiteDbGenericRepository
FluentCMS.Repositories.LiteDb
The namespace will indicate the implmentation.
Also, shouldn't we rename the FluentCMS.Repositories.Abstractions to FluentCMS.Repositories?
FluentCMS.Repositories.Abstractions
FluentCMS.Repositories
close and merged in #180 #181
Isn't it better to have simple/smaller naming for the repository layer?
MongoDbGenericRepository
, we can haveGenericRepository
inFluentCMS.Repositories.MongoDb
LiteDbGenericRepository
, we can haveGenericRepository
inFluentCMS.Repositories.LiteDb
The namespace will indicate the implmentation.
Also, shouldn't we rename the
FluentCMS.Repositories.Abstractions
toFluentCMS.Repositories
?