Candor.Configuration.Provider.MockUserProvider.GetLatestUserSessions C# (CSharp) Method

GetLatestUserSessions() public method

public GetLatestUserSessions ( System.Guid userId, Int32 take ) : List
userId System.Guid
take System.Int32
return List
        public override List<UserSession> GetLatestUserSessions(Guid userId, Int32 take)
        {
            throw new NotImplementedException();
        }