public UnitOfWork() { _entities = new ParcelDeliveryContext(); }
public GenericRepository(ParcelDeliveryContext context) { _context = context; }