I am developing a web application. Net C # using DI-API.
How could I pass the parameter object Company? The connection is made when the user logs in, and I use the object in other screens, but I'm not sure how I can pass this object as parameter, because the session variable or QueryString, which normally is used, it is with String data.