How to store data globally in custom service for each api request in a .NET 8 rest api project (without using HttpContext)
I want to store the value data in service globally and use in different layers doing dependency injection in .net 8 rest api project. I am using clean architecture.
How to store data globally in custom service per api request in a .NET 8 rest api project (with out using HttpContext)
I want to store the value data in service globally and use in different layers doing dependency injection in .net 8 rest api project. I am using clean architecture.