I get the following error:
I didn't get it before and HotelRoomRepository and HotelImageRepository are not new repositories.
This is how my StartUp class is looking:

I get the following error:
I didn't get it before and HotelRoomRepository and HotelImageRepository are not new repositories.
This is how my StartUp class is looking:

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rositsa RusevaPosted Aug 17, 2022, 4:06 AM
Rositsa RusevaPosted Aug 17, 2022, 4:06 AM
Ajander SinghPosted Aug 15, 2022, 6:57 AM
try to register ApplicationDbContext as Scoped like below:
services.AddDbContext(ServiceLifetime.Scoped);