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