public Repository(DeliveryDbContext notificationDbSet)
 {
     this._dbSet = notificationDbSet.Set <TEntity>();
 }
Exemplo n.º 2
0
 public UnitOfWork(DeliveryDbContext notificationDbContext)
 {
     this._notificationDbContext = notificationDbContext;
 }