Candor.Configuration.Provider.MockUserProvider.InsertUserHistory C# (CSharp) Метод

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

protected InsertUserHistory ( AuthenticationHistory history ) : void
history Candor.Security.AuthenticationHistory
Результат void
        protected override void InsertUserHistory(AuthenticationHistory history)
        {
            throw new NotImplementedException();
        }