예제 #1
0
 internal void SetProjectContext(projects.BaseContextManager ctxt)
 {
     ModuleContext = new projects.ContextLocalEntityStore(ctxt);
 }
 public ContextLocalEntityStore(BaseContextManager context)
 {
     ContextManager = context;
 }