예제 #1
0
 public UnitOfWork()
 {
     _entities = new ParcelDeliveryContext();
 }
예제 #2
0
 public GenericRepository(ParcelDeliveryContext context)
 {
     _context = context;
 }