예제 #1
0
        public EfUnitOfWork(SmartShelveContext context)
        {
#if DEBUG
            Debug.WriteLine("UOW Created");
            context.Database.Log += s => Debug.WriteLine(s);
#endif
            _context = context;
        }
예제 #2
0
 public SpWrapper(SmartShelveContext context)
 {
     _context = context;
 }