alirezanet/Gridify

Why library can not resolve IGridifyMapper<T> default in DbContext.ServiceProvider if exists

thinhnt16 opened this issue · 1 comments

Details

.

Hi @thinhnt16,

If you have any questions, please provide more details, but for now, make sure you have added your mapper to the Dependency Injection (DI) container.

 services.AddGridifyMappers(typeof(MapperClass).Assembly);