Beispiel #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (!this.disposed)
     {
         if (disposing)
         {
             CINCEntities.DisposeCurrent();
         }
     }
     this.disposed = true;
 }
Beispiel #2
0
 public UnitOfWork()
 {
     _context = CINCEntities.Current;
 }