public UpdateRackTablesAssetsInSmarterTrack(ILogger logger, IRackTablesContext vTiger, ISmarterTrackContext smarterTrack)
     : base(logger)
 {
     _rackTables   = vTiger;
     _smarterTrack = smarterTrack;
 }
コード例 #2
0
 public GenerateRactablesLinks(ILogger logger, IRackTablesContext racktablesContext, ISmarterTrackContext smarterTrackContext) : base(logger, smarterTrackContext)
 {
     _ractablesContext = racktablesContext ?? throw new ArgumentNullException(nameof(racktablesContext));
     _config           = racktablesContext.Config;
 }