Ejemplo n.º 1
0
 public ItemRepository(AppDbContext dbContext, AppMapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }