Example #1
0
 public Worker(Migration migration, ILogger <Worker> logger)
 {
     _migration = migration;
     _logger    = logger;
 }