You need to sign in to do that
Don't have an account?
Suppose I've a class which has 3 methods, now each method should run for particular user, how can I achieve this?
How can I create a method which run for specific logged in user? Lets say I've 3 method A, B & C. Now A should run for user1, B & C for user 2 & user 3, so how to do this?
Perhaps you may want to elaborate a bit more on that as well