EFHooks.HookedDbContext.HookedDbContext C# (CSharp) Метод

HookedDbContext() публичный Метод

public HookedDbContext ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public HookedDbContext()
        {
            PreHooks = new List<IPreActionHook>();
            PostHooks = new List<IPostActionHook>();
        }

Same methods

HookedDbContext::HookedDbContext ( IHook hooks ) : System.Collections.Generic
HookedDbContext::HookedDbContext ( IHook hooks, string nameOrConnectionString ) : System.Collections.Generic
HookedDbContext::HookedDbContext ( string nameOrConnectionString ) : System.Collections.Generic