예제 #1
0
 public UsersDAO(NotePadServerAPIDBContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #2
0
 public PurchasesDAO(NotePadServerAPIDBContext dbContext)
 {
     _dbContext = dbContext;
 }