예제 #1
0
        private LMSDbContext _ctx; //Create by me

        public LMSDataStore(LMSDbContext ctx)
        {
            _ctx = ctx;
        }