예제 #1
0
        public void AddCtWebLogAsync(CtWebLog ctWebLog)
        {
            var ctWebLogRepository = new CtWebLogRepository(new DbFactory());

            ctWebLogRepository.Insert(ctWebLog);

        }
예제 #2
0
        public void AddCtWebLogAsync(CtWebLog ctWebLog)
        {
            var ctWebLogRepository = new CtWebLogRepository(new DbFactory());

            ctWebLogRepository.Insert(ctWebLog);
        }