Exemplo n.º 1
0
 public Repository(RecycleContext dbContext)
 {
     _dbContext = dbContext;
     //dbContext.Database.EnsureCreated();
 }