예제 #1
0
 public GenericRepository(AlintaEnergy_API_DBContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #2
0
 public UnitOfWork(AlintaEnergy_API_DBContext dbContext)
 {
     _dbContext = dbContext;
 }