public UsersDAO(NotePadServerAPIDBContext dbContext) { _dbContext = dbContext; }
public PurchasesDAO(NotePadServerAPIDBContext dbContext) { _dbContext = dbContext; }