コード例 #1
0
 public Repository(DeliveryDbContext notificationDbSet)
 {
     this._dbSet = notificationDbSet.Set <TEntity>();
 }
コード例 #2
0
 public UnitOfWork(DeliveryDbContext notificationDbContext)
 {
     this._notificationDbContext = notificationDbContext;
 }