예제 #1
0
        public void StoreESContext(ExamSuitContext esContext, string userId)
        {
            //throw new NotImplementedException();
            ContextInfo ci = Wrap(esContext);

            cStore.SetContextInfo(StoreType.ESOnly, ci, userId);
        }