Пример #1
0
 public TrapRepo(TrapContext context, ILogger <TrapRepo> logger)
 {
     _logger  = logger;
     _context = context;
 }
Пример #2
0
 public TrapContextSeedData(TrapContext context)
 {
     _context = context;
 }