Exemple #1
0
 protected BaseController(OfficeContext context, IMapper mapper)
 {
     _context = context;
     _dbSet   = context.Set <TEntity>();
     _mapper  = mapper;
 }