DevMentor.Data.Context.Context C# (CSharp) 메소드

Context() 공개 메소드

public Context ( ) : DevMentor.Context
리턴 DevMentor.Context
        public Context()
            : base("name=ContentItemContext")
        {
        }
        public Context(IStoreStrategy store):

Same methods

Context::Context ( IStoreStrategy store ) : DevMentor.Context
Context