Esempio n. 1
0
 public GenericUnitOfWork()
 {
     entities = new ProgisticsEntities();
 }
Esempio n. 2
0
 public ItemRepository(ProgisticsEntities entities) : base(entities)
 {
     //Adding injection
 }