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