예제 #1
0
 public Repository(NotificationDbContext notificationDbSet)
 {
     this._dbSet = notificationDbSet.Set <TEntity>();
 }
예제 #2
0
 public UnitOfWork(NotificationDbContext notificationDbContext)
 {
     this._notificationDbContext = notificationDbContext;
 }