Exemplo n.º 1
0
 public TableController(SpreadContext context, IMapper mapper, IConfiguration configuration)
 {
     _context      = context;
     _mapper       = mapper;
     _helper       = new EFHelper(_context);
     Configuration = configuration;
 }
Exemplo n.º 2
0
 public EFHelper(SpreadContext context)
 {
     _db = context;
 }