BitsNPerices.Testing.SessionContext.GetCurrentLoggedInCustomerId C# (CSharp) Method

GetCurrentLoggedInCustomerId() public method

public GetCurrentLoggedInCustomerId ( ) : int
return int
        public int GetCurrentLoggedInCustomerId()
        {
            return 1;
        }