AK.F1.Timing.Live.Encryption.DecrypterFactoryBaseTest.StubDecrypterFactory.GetSeedForSession C# (CSharp) Метод

GetSeedForSession() защищенный Метод

protected GetSeedForSession ( string sessionId ) : int
sessionId string
Результат int
            protected override int GetSeedForSession(string sessionId)
            {
                ++GetSeedForSessionCount;

                return 7;
            }
DecrypterFactoryBaseTest.StubDecrypterFactory