Ejemplo n.º 1
0
 public UserUpdatedEventCallBack(ILogger <UserUpdatedEventCallBack> logger, InMemoryPickingContext context)
 {
     _logger  = logger;
     _context = context;
 }
Ejemplo n.º 2
0
 public InMemoryPalletRepository(InMemoryPickingContext context)
 {
     _context = context;
 }