예제 #1
0
파일: UnitOfWork.cs 프로젝트: Rez1st/Janus
        public UnitOfWork(JanusContext context)
        {
            _context = context;

            TestRepository = new TestRepository(_context);
        }
예제 #2
0
 public TestRepository(JanusContext context) : base(context)
 {
 }