示例#1
0
 public Repository(RecycleContext dbContext)
 {
     _dbContext = dbContext;
     //dbContext.Database.EnsureCreated();
 }