I am creating a resourceful api using Nodejs. I have created a UserController class which will contain the usual methods. I am trying to assign some variable in my constructor class to use in those methods.I am creating a resourceful api using Nodejs. I